MadelineProtoDocs/docs/TD_docs/methods/editInlineMessageReplyMarkup.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
718 B
Markdown

---
title: editInlineMessageReplyMarkup
description: Bots only. Edits reply markup of an inline message sent via bot
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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
### Parameters:
| 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)