Chat Platform API v3
Chat Platform API
Chat
Platform API
Home
/
Chat
/
Platform API
Adds an array of new emoji categories to the application.
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 new emoji categories to register, including their names and URLs. |
(emoji_category).name | string | Specifies the name of each new emoji category. |
(emoji_category).url | string | Specifies the URL of each new emoji category. |
If successful, this action returns an array of the newly added emoji category resources in the response body.
In the case of an error, an error object is returned. A detailed list of error codes is available here.