--- title: editInlineMessageCaption description: Bots only. Edits caption of an inline message content sent via bot --- ## Method: editInlineMessageCaption [Back to methods index](index.md) YOU CANNOT USE THIS METHOD IN MADELINEPROTO Bots only. Edits caption of an inline message content sent via bot ### Parameters: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |inline\_message\_id|[CLICK ME string](../types/string.md) | Yes|Inline message identifier| |reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Yes|New message reply markup| |caption|[CLICK ME string](../types/string.md) | Yes|New message content caption, 0-200 characters| ### Return type: [Ok](../types/Ok.md)