Chat Platform API v3
Chat Platform API
Chat Platform API
Version 3
Stop typing indicators
Copy link
You can stop showing a typing indicator using this API. To signal that a user is no longer typing, you can let the indicator disappear when the user sends a message or completely deletes the message text.
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 |
---|---|---|
user_ids | array of strings | Specifies an array of IDs of users who are to stop using the typing indicator. You can list up to ten user IDs. |
Responses
Copy link
If successful, this action returns an empty 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