peyk.platforms.telegram.types.chat_boost_updated

Classes

ChatBoostUpdated(chat, boost)

This object represents a boost added to a chat or changed.

class peyk.platforms.telegram.types.chat_boost_updated.ChatBoostUpdated(chat: Chat, boost: ChatBoost)[source]

Bases: object

This object represents a boost added to a chat or changed.

Variables:
chat: Chat
boost: ChatBoost
classmethod from_dict(data: dict | None) ChatBoostUpdated | None[source]

Provides the from dict operation for the Telegram integration.

Parameters:

data – Value used by this operation.

Returns:

Result produced by the operation.