Chat Platform API v3
Chat Platform API
Chat Platform API
Version 3
Enable reactions
Copy link
This action turns on and off message reactions in a Sendbird application. Reactions must be turned on to use emojis as reactions.
Note: Currently, this action is only available in group channels.
HTTP request
Copy link
Request body
Copy link
The following table lists the properties of an HTTP request that this action supports.
Required
Property name | Type | Description |
---|---|---|
enabled | boolean | Determines whether to turn on message reactions in the application. (Default: |
Response
Copy link
If successful, this action returns the information on message reaction status in the response body.
In the case of an error, an error object is returned. A detailed list of error codes is available here.
On this page