peyk.platforms.bale.methods.edit_message_reply_markup¶
- async peyk.platforms.bale.methods.edit_message_reply_markup(self, chat_id: int | str, message_id: int, *, reply_markup: Mapping[str, object] | None = None) Message[source]¶
Edits message reply markup through the Bale API.
- Parameters:
chat_id – Identifier of the target chat.
message_id – Identifier of the target message.
reply_markup – Keyboard or reply markup attached to the request.
- Returns:
Result produced by the Bale operation.