26 lines
875 B
Markdown
26 lines
875 B
Markdown
---
|
|
title: editInlineMessageText
|
|
description: Bots only. Edits text of an inline text or game message sent via bot
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: editInlineMessageText
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Bots only. Edits text of an inline text or game 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|
|
|
|input\_message\_content|[InputMessageContent](../types/InputMessageContent.md) | New text content of the message. Should be of type InputMessageText | Yes|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|