List reactions of a message
GET {{baseUrl}}/v3/:channel_type/:channel_url/messages/:message_id/reactions
List reactions of a message
Retrieves a list of reactions made to a message.
Note: Currently, this action is only available in group channels.
https://sendbird.com/docs/chat/v3/platform-api/guides/messages#2-list-reactions-of-a-message
channel_type
Type: string
Description: Specifies the type of the channel. Either openchannels or groupchannels.
channel_url
Type: string
Description: Specifies the URL of the target channel.
message_id
Type: long
Description: Specifies the unique ID of the message to add a reaction to.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
list_users | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Accept | string |
RESPONSES
status: OK
{"key":["\u003cstring\u003e","\u003cstring\u003e"]}