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