import { Client } from "https://deno.land/x/mtkruto@0.1.139/mod.ts";
Send a text message.
Parameters
chatId: ChatID
The chat to send the message to.
optional
params: SendMessageParamsReturns
Promise<MessageText>
The sent text message.
import { Client } from "https://deno.land/x/mtkruto@0.1.139/mod.ts";
Send a text message.
The chat to send the message to.
The sent text message.