Module tdlight.api

Class TdApi.PremiumState

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PremiumState
Enclosing class:
TdApi

public static final class TdApi.PremiumState extends TdApi.Object
Contains state of Telegram Premium subscription and promotion videos for Premium features.
  • Field Details

    • state

      public TdApi.FormattedText state
      Text description of the state of the current Premium subscription; may be empty if the current user has no Telegram Premium subscription.
    • currency

      public String currency
      ISO 4217 currency code for Telegram Premium subscription payment.
    • monthlyAmount

      public long monthlyAmount
      Monthly 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

      public PremiumState(DataInput input) throws IOException
      Contains state of Telegram Premium subscription and promotion videos for Premium features.
      Throws:
      IOException
  • Method Details