method Client.prototype.editMessageMediaimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; editMessageMedia(chatId: ID,messageId: number,media: InputMedia,params?: EditMessageMediaParams,): Promise<Message>Edit a message's media. ParameterschatId: IDThe identifier of the chat that contains the message. messageId: numberThe message's identifier. media: InputMediaThe new media of the message. optionalparams: EditMessageMediaParamsReturnsPromise<Message>The edited message.