1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 23:06:54 +01:00
MadelineProto/docs/TD_docs/methods/editInlineMessageCaption.md

25 lines
761 B
Markdown
Raw Normal View History

---
title: editInlineMessageCaption
description: Bots only. Edits caption of an inline message content sent via bot
---
## Method: editInlineMessageCaption
[Back to methods index](index.md)
2017-06-06 18:39:21 +02:00
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Edits caption of an inline message content sent via bot
### Parameters:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|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)