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

844 B

title description image
editMessageReplyMarkup Bots only. Edits message reply markup. Returns edited message after edit is complete server side https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Method: editMessageReplyMarkup

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Bots only. Edits message reply markup. Returns edited message after edit is complete server side

Parameters:

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 New message reply markup

Return type: Message