Skip to main content
POST
/
channels
/
{channel_id}
/
typing
cURL
curl --request POST \
  --url https://discord.com/api/v10/channels/{channel_id}/typing \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Discord bot token

Path Parameters

channel_id
string<snowflake>
required

Response

200 response for trigger_typing_indicator

The response is of type object.