peyk.platforms.telegram.types.rich_block_buttons¶ Classes RichBlockButtons([buttons]) RichBlockButtons Telegram Bot API type. class peyk.platforms.telegram.types.rich_block_buttons.RichBlockButtons(buttons: List[object] | None = None)[source]¶ Bases: object RichBlockButtons Telegram Bot API type. buttons: List[object] | None = None¶ classmethod from_dict(data)[source]¶ Provides the from dict operation for the Telegram integration. Parameters: data – Value used by this operation.