Class TdApi.PremiumFeaturePromotionAnimation

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.PremiumFeaturePromotionAnimation
Enclosing class:
TdApi

public static class TdApi.PremiumFeaturePromotionAnimation extends TdApi.Object
Describes a promotion animation for a Premium feature.
  • Field Details

    • feature

      public TdApi.PremiumFeature feature
      Premium feature.
    • animation

      public TdApi.Animation animation
      Promotion animation for the feature.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • PremiumFeaturePromotionAnimation

      public PremiumFeaturePromotionAnimation()
      Describes a promotion animation for a Premium feature.
    • PremiumFeaturePromotionAnimation

      public PremiumFeaturePromotionAnimation(TdApi.PremiumFeature feature, TdApi.Animation animation)
      Describes a promotion animation for a Premium feature.
      Parameters:
      feature - Premium feature.
      animation - Promotion animation for the feature.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR