method Client.prototype.sendMessageimport { Client } from "https://deno.land/x/mtkruto@0.1.118/mod.ts"; sendMessage(chatId: ChatID,text: string,params?: SendMessageParams,): Promise<With<Message, "text">>Send a text message. ParameterschatId: ChatIDThe chat to send the message to. text: stringThe message's text. optionalparams: SendMessageParamsReturnsPromise<With<Message, "text">>The sent text message.