25 lines
722 B
Markdown
25 lines
722 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 | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|inline\_message\_id|[string](../types/string.md) | Inline message identifier | Yes|
|
|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | New message reply markup | Yes|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|