Skip to main content
Module

x/mtkruto/mod.ts>Client#editMessageMedia

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.editMessageMedia
import { Client } from "https://deno.land/x/mtkruto@0.2.24/mod.ts";

Edit a message's media.

Parameters

chatId: ID

The identifier of the chat that contains the message.

messageId: number

The message's identifier.

media: InputMedia

The new media of the message.

optional
params: EditMessageMediaParams

Returns

Promise<Message>

The edited message.