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

26 lines
869 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 | Required | Description |
|----------|---------------|----------|-------------|
|inline\_message\_id|[string](../types/string.md) | Yes|Inline message identifier|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Yes|New message reply markup|
|input\_message\_content|[InputMessageContent](../types/InputMessageContent.md) | Yes|New text content of the message. Should be of type InputMessageText|
### Return type: [Ok](../types/Ok.md)