MadelineProto/docs/TD_docs/methods/editMessageReplyMarkup.md

798 B

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

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 CLICK ME int53 Yes Chat the message belongs to
message_id CLICK ME int53 Yes Identifier of the message
reply_markup CLICK ME ReplyMarkup Yes New message reply markup

Return type: Message