MadelineProtoDocs/docs/TD_docs/methods/editInlineMessageCaption.md

26 lines
813 B
Markdown

---
title: editInlineMessageCaption
description: Bots only. Edits caption of an inline message content sent via bot
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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 | Description | Required |
|----------|---------------|-------------|----------|
|inline\_message\_id|[string](../types/string.md) | Inline message identifier | Yes|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | New message reply markup | Yes|
|caption|[string](../types/string.md) | New message content caption, 0-200 characters | Yes|
### Return type: [Ok](../types/Ok.md)