editMessageReplyMarkup¶
Edits the message reply markup; for bots only. Returns the edited message after the edit is completed on the server side
editMessageReplyMarkup(
chat_id: int53,
message_id: int53,
reply_markup: ReplyMarkup
) → Message