edit_inline_message_caption


Description:

public async Ok edit_inline_message_caption (string inline_message_id, ReplyMarkup reply_markup, FormattedText caption, bool show_caption_above_media) throws TDLibError

Edits the caption of 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

caption

New message content caption; pass null to remove caption; 0-getOption("message_caption_length_max") characters

show_caption_above_media

Pass true to show the caption above the media; otherwise, the caption will be shown below the media. May be true only for animation, photo, and video messages