peyk.platforms.telegram.types.chat_boost_updated¶
Classes
|
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:
objectThis object represents a boost added to a chat or changed.
- Variables:
chat (peyk.platforms.telegram.types.chat.Chat) – Chat which was boosted
boost (peyk.platforms.telegram.types.chat_boost.ChatBoost) – Information about the chat boost
- 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.