sendChatAction
Send a chat action.
Parameters
The 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 chat to send the chat action to.
The chat action.
await client.sendChatAction(chatId, action);