peyk.platforms.telegram.types.chat_boost_removed

Classes

ChatBoostRemoved(chat, boost_id, ...)

This object represents a boost removed from a chat.

class peyk.platforms.telegram.types.chat_boost_removed.ChatBoostRemoved(chat: Chat, boost_id: str, remove_date: int, source: ChatBoostSource)[source]

Bases: object

This object represents a boost removed from a chat.

Variables:
chat: Chat
boost_id: str
remove_date: int
source: ChatBoostSource
classmethod from_dict(data: dict | None) ChatBoostRemoved | None[source]

Provides the from dict operation for the Telegram integration.

Parameters:

data – Value used by this operation.

Returns:

Result produced by the operation.