import { Client } from "https://deno.land/x/mtkruto@0.1.157/mod.ts";
Send a text message.
Parameters
chatId: ID
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.157/mod.ts";
Send a text message.
The chat to send the message to.
The sent text message.