1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 02:26:55 +01:00
MadelineProto/docs/TD_docs/methods/editMessageReplyMarkup.md
2017-08-25 14:43:29 +02:00

773 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

Params:

Name Type Required Description
chat_id InputPeer Yes Chat the message belongs to
message_id long Yes Identifier of the message
reply_markup ReplyMarkup Yes New message reply markup

Return type: Message