--- 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)