ChatBoostSourcePremium¶
- class aiogram.types.chat_boost_source_premium.ChatBoostSourcePremium(*, source: Literal[ChatBoostSourceType.PREMIUM] = ChatBoostSourceType.PREMIUM, user: User, **extra_data: Any)[source]¶
The boost was obtained by subscribing to Telegram Premium or by gifting a Telegram Premium subscription to another user.
Source: https://core.telegram.org/bots/api#chatboostsourcepremium
- source: Literal[ChatBoostSourceType.PREMIUM]¶
Source of the boost, always ‘premium’
- model_computed_fields: ClassVar[Dict[str, ComputedFieldInfo]] = {}¶
A dictionary of computed field names and their corresponding ComputedFieldInfo objects.
- model_post_init(context: Any, /) → None¶
We need to both initialize private attributes and call the user-defined model_post_init method.