Bot
Send a chat action
Publishes a short-lived typing or upload indicator.
post/bot/sendChatAction
Headers
authorizationstring required
Required bot token using the Bearer scheme.
Request body
Response
Successful response for an action with no return value.
Example response
{
"ok": true,
"result": {}
}