ZaddMessageReactions
Adds one or more emoji reactions to a specific message in the specified channel.
Syntax
ZaddMessageReactions{channelID;messageID;emoji;...}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| channelID | snowflake | Yes | - |
| messageID | snowflake | Yes | - |
| emoji | emoji | Yes | - |
Example
ZaddMessageReactions{123456789012345678;987654321098765432;👍;🎉}