25 lines
730 B
Markdown
25 lines
730 B
Markdown
---
|
|
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
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|inline\_message\_id|[string](../types/string.md) | Yes|Inline message identifier|
|
|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Yes|New message reply markup|
|
|
|caption|[string](../types/string.md) | Yes|New message content caption, 0-200 characters|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|