method Client.prototype.editMessageTextimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; editMessageText(chatId: ID,messageId: number,text: string,params?: EditMessageParams,): Promise<MessageText>Edit a message's text. ParameterschatId: IDThe identifier of the chat that contains the message. messageId: numberThe message's identifier. text: stringThe new text of the message. optionalparams: EditMessageParamsReturnsPromise<MessageText>The edited text message.