PremiumState class
Constructors
-
PremiumState({required FormattedText state, required List<
PremiumStatePaymentOption> paymentOptions, required List<PremiumFeaturePromotionAnimation> animations, dynamic extra, int? clientId}) -
Contains state of Telegram Premium subscription and promotion videos for Premium features
const
-
PremiumState.fromJson(Map<
String, dynamic> json) -
Parse from a json
factory
Properties
-
animations
→ List<
PremiumFeaturePromotionAnimation> -
animations The list of available promotion animations for Premium features
final
- clientId → int?
-
clientId client identifier
final
- extra → dynamic
-
extra callback sign
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
paymentOptions
→ List<
PremiumStatePaymentOption> -
paymentOptions The list of available options for buying Telegram Premium
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → FormattedText
-
state Text description of the state of the current Premium subscription; may be empty if the current user has no Telegram Premium subscription
final
Methods
-
copyWith(
{FormattedText? state, List< PremiumStatePaymentOption> ? paymentOptions, List<PremiumFeaturePromotionAnimation> ? animations, dynamic extra, int? clientId}) → PremiumState -
getConstructor(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
[dynamic extra]) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CONSTRUCTOR → const String