850 B
850 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
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 | Description | Required |
---|---|---|---|
chat_id | int53 | Chat the message belongs to | Yes |
message_id | int53 | Identifier of the message | Yes |
reply_markup | ReplyMarkup | New message reply markup | Yes |