edit_message_reply_markup


Description:

public async Message edit_message_reply_markup (int64 chat_id, int64 message_id, ReplyMarkup reply_markup) throws TDLibError

Edits the message reply markup; for bots only. Returns the edited message after the edit is completed on the server side

Parameters:

chat_id

The chat the message belongs to

message_id

Identifier of the message. Use messageProperties.can_be_edited to check whether the message can be edited

reply_markup

The new message reply markup; pass null if none