sendChatAction
Send a chat action.
Parameters
The identifier of a chat to send the chat action to.
The chat action.
messageThreadId?: number
Result
void
Syntax
await client.sendChatAction(chatId, action);
Send a chat action.
The identifier of a chat to send the chat action to.
The chat action.
await client.sendChatAction(chatId, action);