MadelineProto/docs/TD_docs/methods/editInlineMessageReplyMarkup.md
2017-08-25 14:43:29 +02:00

24 lines
641 B
Markdown

---
title: editInlineMessageReplyMarkup
description: Bots only. Edits reply markup of an inline message sent via bot
---
## Method: editInlineMessageReplyMarkup
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Edits reply markup of an inline message 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|
### Return type: [Ok](../types/Ok.md)