View Source ExTDLib.Method.EditInlineMessageMedia (ExTDLib v0.0.4)

Edits the content of a message with an animation, an audio, a document, a photo or a video in an inline message sent via a bot; for bots only. Returns object_ptr<Ok>.

NameTypeDescription
inline_message_idstringInline message identifier.
reply_markupReplyMarkupThe new message reply markup; pass null if none; for bots only.
input_message_contentInputMessageContentNew content of the message. Must be one of the following types: inputMessageAnimation, inputMessageAudio, inputMessageDocument, inputMessagePhoto or inputMessageVideo.

More details on telegram's documentation.