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