Skip to content

List Message Reactions



wss message_reactions_list

The message_reactions_list request, which allows to get the IDs of users who reacted to a message.

NameTypeDescription
midstringIdentifier of the message
NameTypeDescription
[emoji]array[string]User IDs that reacted with the specified emoji
{
"request": {
"message_reactions_list": {
"mid": "63077ad836b78c3d82af0812"
},
"id": "RequestId"
}
}
{
"response": {
"id": "RequestId",
"reactions": {
"👍": ["63480e68f4794709f802a2fc", "63480e68f4794709f802a2fb"],
"😂": ["63480e68f4794709f802a2fb"]
}
}
}