EditMessageMediaMethod

Method to edit audio, document, photo, or video messages

Members

Mixins

__anonymous
mixin TelegramMethod!"/editMessageMedia"
Undocumented in source.

Variables

chat_id
TelegramID chat_id;

Required if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format "@channelusername")

inline_message_id
string inline_message_id;

Required if chat_id and message_id are not specified. Identifier of the inline message

media
InputMedia media;

New media content of the message

message_id
int message_id;

Required if inline_message_id is not specified. Identifier of the sent message

reply_markup
InlineKeyboardMarkup reply_markup;

Inline keyboard attached to the message

See Also

Meta