peyk.platforms.rubika.methods.edit_message_keypad¶
- async peyk.platforms.rubika.methods.edit_message_keypad(self, chat_id: str, message_id: str, inline_keypad: Keypad | Dict[str, object]) bool[source]¶
Edits message keypad through the Rubika API.
- Parameters:
chat_id – Identifier of the target chat.
message_id – Identifier of the target message.
inline_keypad – Value used by this operation.
- Returns:
Result produced by the Rubika operation.