peyk.platforms.telegram.types.callback_game

Classes

CallbackGame()

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: object

Placeholder – 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.

to_dict() Dict[str, object][source]

Provides the to dict operation for the Telegram integration.

Returns:

Result produced by the operation.