Stop typing indicators
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
Note: If you are using the in-app channel in Delight AI agent, the endpoint for your API request should start with
https://api-{application_id}.svc.delight.ai/v3instead ofhttps://api-{application_id}.sendbird.com/v3. For more details, refer to our Delight AI agent guide.
Request body
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
If successful, this action returns an empty response body.
Error
In the case of an error, an error object like below is returned. See the error codes section for more details.