peyk.platforms.telegram.types.callback_game¶
Classes
Placeholder -- currently holds no information (game is set up via BotFather; full games surface is a later phase). |
- class peyk.platforms.telegram.types.callback_game.CallbackGame[source]¶
Bases:
objectPlaceholder – currently holds no information (game is set up via BotFather; full games surface is a later phase).
- classmethod from_dict(data: dict | None) CallbackGame | None[source]¶
Provides the from dict operation for the Telegram integration.
- Parameters:
data – Value used by this operation.
- Returns:
Result produced by the operation.