View Source ExTDLib.Method.EditInlineMessageCaption (ExTDLib v0.0.4)
Edits the caption of an inline message sent via a bot; for bots only. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| inline_message_id | string | Inline message identifier. |
| reply_markup | ReplyMarkup | The new message reply markup; pass null if none. |
| caption | formattedText | New message content caption; pass null to remove caption; 0-getOption("message_caption_length_max") characters. |
More details on telegram's documentation.