Update Message Reaction
Description
Section titled “Description”wss message_reactions_update
The message_reactions_update
request allowed users who had access to the message to add/delete reactions.
Request Parameters
Section titled “Request Parameters”Name | Type | Description |
---|---|---|
mid | string | Identifier of the message |
add | string | Emoji that needs to be saved |
remove | string | Emoji that needs to be removed |
Response Fields
Section titled “Response Fields”{ "id": "RequestId", "success": true}
Example
Section titled “Example”{ "request": { "message_reactions_update": { "mid": "63077ad836b78c3d82af0812", "add": "👍", "remove": "😿" }, "id": "RequestId" }}
Then other users in this conversation who is online will receive the following message:
{ "message_reactions_update": { "mid": "63077ad836b78c3d82af0812", "cid": "63077ad836b78c3d82af0815", "from": "634ec51c0b65918393dca5bf", "add": "👍", "remove": "😿" }}