peyk.platforms.telegram.types.chat_boost_added¶
Classes
|
This object represents a service message about a user boosting a chat. |
- class peyk.platforms.telegram.types.chat_boost_added.ChatBoostAdded(boost_count: int)[source]¶
Bases:
objectThis object represents a service message about a user boosting a chat.
- Variables:
boost_count (int) – Number of boosts added by the user
- boost_count: int¶
- classmethod from_dict(data: dict | None) ChatBoostAdded | None[source]¶
Provides the from dict operation for the Telegram integration.
- Parameters:
data – Value used by this operation.
- Returns:
Result produced by the operation.