edit_inline_message_media


Description:

public async Ok edit_inline_message_media (string inline_message_id, ReplyMarkup reply_markup, InputMessageContent input_message_content) throws TDLibError

Edits the media content of a message with a text, an animation, an audio, a document, a photo or a video in an inline message sent via a bot; for bots only

Parameters:

inline_message_id

Inline message identifier

reply_markup

The new message reply markup; pass null if none; for bots only

input_message_content

New content of the message. Must be one of the following types: inputMessageAnimation, inputMessageAudio, inputMessageDocument, inputMessagePhoto or inputMessageVideo