PremiumState class final

PremiumState (premiumState) - basic class

Contains state of Telegram Premium subscription and promotion videos for Premium features.

  • state: Text description of the state of the current Premium subscription; may be empty if the current user has no Telegram Premium subscription.
  • paymentOptions: The list of available options for buying Telegram Premium.
  • animations: The list of available promotion animations for Premium features.
  • businessAnimations: The list of available promotion animations for Business features.
Inheritance

Constructors

PremiumState({required FormattedText state, required List<PremiumStatePaymentOption> paymentOptions, required List<PremiumFeaturePromotionAnimation> animations, required List<BusinessFeaturePromotionAnimation> businessAnimations, dynamic extra, int? clientId})
PremiumState (premiumState) - basic class
const
PremiumState.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

animations List<PremiumFeaturePromotionAnimation>
The list of available promotion animations for Premium features
final
businessAnimations List<BusinessFeaturePromotionAnimation>
The list of available promotion animations for Business features
final
clientId int?
clientId client identifier
final
currentObjectId String
TDLib object type for current class instance
no setteroverride
extra → dynamic
extra callback sign
final
hashCode int
The hash code for this object.
no setterinherited
paymentOptions List<PremiumStatePaymentOption>
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
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, List<BusinessFeaturePromotionAnimation>? businessAnimations, dynamic extra, int? clientId}) PremiumState
Copy model with modified properties.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert model to TDLib JSON format
override
toString() String
Convert model to TDLib JSON format, encoded into String.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

defaultObjectId → const String
TDLib object type