List Message Reactions API
Overview
Section titled “Overview”wss message_reactions_list
The message_reactions_list request, which allows to get the IDs of users who reacted to a message.
Request Parameters
Section titled “Request Parameters”| Name | Type | Description |
|---|---|---|
mid | string | Identifier of the message |
Response Fields
Section titled “Response Fields”| Name | Type | Description |
|---|---|---|
[emoji] | array[string] | User IDs that reacted with the specified emoji |
Example
Section titled “Example”{ "request": { "message_reactions_list": { "mid": "63077ad836b78c3d82af0812" }, "id": "RequestId" }}{ "response": { "id": "RequestId", "reactions": { "👍": ["63480e68f4794709f802a2fc", "63480e68f4794709f802a2fb"], "😂": ["63480e68f4794709f802a2fb"] } }}