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