mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 06:36:55 +01:00
25 lines
761 B
Markdown
25 lines
761 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
|
|
|
|
### 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)
|
|
|