1023 B
1023 B
title | description |
---|---|
editMessageText | 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
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
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
Params:
Name | Type | Required | Description |
---|---|---|---|
chat_id | int53 | Yes | Chat the message belongs to |
message_id | int53 | Yes | Identifier of the message |
reply_markup | ReplyMarkup | Yes | Bots only. New message reply markup |
input_message_content | InputMessageContent | Yes | New text content of the message. Should be of type InputMessageText |