Skip to content

Update Message Reaction



wss message_reactions_update

The message_reactions_update request allowed users who had access to the message to add/delete reactions.

NameTypeDescription
midstringIdentifier of the message
addstringEmoji that needs to be saved
removestringEmoji that needs to be removed
{
"id": "RequestId",
"success": true
}
{
"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": "😿"
}
}