method Client.prototype.sendChatActionimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendChatAction(chatId: ID,action: ChatAction,params?: { messageThreadId?: number; },)Send a chat action. ParameterschatId: IDThe chat to send the chat action to. action: ChatActionThe chat action. optionalparams: { messageThreadId?: number; }The thread to send the chat action to.