java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PremiumState
- Enclosing class:
- TdApi
Contains state of Telegram Premium
subscription and promotion videos for Premium features.
-
Field Summary
Modifier and TypeFieldDescriptionThe list of available promotion animations for Premium features.static final int
ISO 4217 currency code for Telegram Premium subscription payment.long
Monthly subscription payment for Telegram Premium subscription, in the smallest units of the currency.Text description of the state of the current Premium subscription; may be empty if the current user has no Telegram Premium subscription. -
Constructor Summary
ConstructorDescriptionContains state of Telegram Premium subscription and promotion videos for Premium features.PremiumState
(TdApi.FormattedText state, String currency, long monthlyAmount, TdApi.PremiumFeaturePromotionAnimation[] animations) Contains state of Telegram Premium subscription and promotion videos for Premium features.PremiumState
(DataInput input) Contains state of Telegram Premium subscription and promotion videos for Premium features. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
state
Text description of the state of the current Premium subscription; may be empty if the current user has no Telegram Premium subscription. -
currency
ISO 4217 currency code for Telegram Premium subscription payment. -
monthlyAmount
public long monthlyAmountMonthly subscription payment for Telegram Premium subscription, in the smallest units of the currency. -
animations
The list of available promotion animations for Premium features. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PremiumState
public PremiumState()Contains state of Telegram Premium subscription and promotion videos for Premium features. -
PremiumState
public PremiumState(TdApi.FormattedText state, String currency, long monthlyAmount, TdApi.PremiumFeaturePromotionAnimation[] animations) Contains state of Telegram Premium subscription and promotion videos for Premium features.- Parameters:
state
- FormattedText Text description of the state of the current Premium subscription; may be empty if the current user has no Telegram Premium subscription.currency
- String ISO 4217 currency code for Telegram Premium subscription payment.monthlyAmount
- long Monthly subscription payment for Telegram Premium subscription, in the smallest units of the currency.animations
- PremiumFeaturePromotionAnimation[] The list of available promotion animations for Premium features.
-
PremiumState
Contains state of Telegram Premium subscription and promotion videos for Premium features.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-