peyk.platforms.telegram.types.chat_boost_removed¶
Classes
|
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:
objectThis object represents a boost removed from a chat.
- Variables:
chat (peyk.platforms.telegram.types.chat.Chat) – Chat which was boosted
boost_id (str) – Unique identifier of the boost
remove_date (int) – Point in time (Unix timestamp) when the boost was removed
source (peyk.platforms.telegram.types.chat_boost_source.ChatBoostSource) – Source of the removed boost
- 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.