Chat Platform API v3
Chat Platform API
Chat Platform API
Version 3
Add emoji categories
Copy link
This action adds new emoji categories to your Sendbird application.
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 |
---|---|---|
emoji_categories[] | array of objects | Specifies an array of emoji categories to register to your application. |
(emoji_category).name | string | Specifies the name of the emoji category. |
(emoji_category).url | string | Specifies the URL of the emoji category's image. Setting a representative image of an emoji category can help users understand what emojis may be included in the category. |
Responses
Copy link
If successful, this action returns an array of the newly added emoji category resources in the response body.
Error
Copy link
In the case of an error, an error object like below is returned. See the error codes section for more details.
On this page