description: Edits text of text or game message. Non-bots can edit message in a limited period of time. Returns edited message after edit is complete server side
---
## Method: editMessageText
[Back to methods index](index.md)
Edits text of text or game message. Non-bots can edit message in a limited period of time. Returns edited message after edit is complete server side
|message\_id|[long](../types/long.md) | Yes|Identifier of the message|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Yes|Bots only. New message reply markup|
|input\_message\_content|[InputMessageContent](../types/InputMessageContent.md) | Yes|New text content of the message. Should be of type InputMessageText|