import { Client } from "https://deno.land/x/mtkruto@0.1.139/mod.ts";
Edit a message's text.
Parameters
chatId: ChatID
The chat where the message is.
optional
params: EditMessageParamsReturns
Promise<MessageText>
The edited text message.
import { Client } from "https://deno.land/x/mtkruto@0.1.139/mod.ts";
Edit a message's text.
The chat where the message is.
The edited text message.