1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:26:55 +01:00
MadelineProto/docs/TD_docs/methods/editMessageText.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

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

Back to methods index

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

Return type: Message