Set Reaction
Reacting to messages is a convenient way to “react” to messages with emojis, allowing for a wide variety of options for integrations, questions, and whatever else people can come up with.
Requirements
| Logged In | Permission | Setting | | — | — | — | | Yes | none | none |
Example Call
Setting and removing a reaction requires a call to the same method with the same parameters. The first parameter is the reaction which is also the emoji
and the second parameter is the message id of which the reaction is happening against.
{
"msg": "method",
"method": "setReaction",
"id": "22",
"params": [
":nerd:",
"messageId"
]
}
Example Response
{
"msg": "result",
"id": "22"
}