sendChatAction

Send a chat action.

PARAMETERS
chatId: ID

The chat to send the chat action to.

action: ChatAction

The chat action.

messageThreadId?: number
RESULT
void
SYNTAX
await client.sendChatAction(chatId, action);