public static class TdApi.PremiumFeaturePromotionAnimation extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.Animation |
animation
Promotion animation for the feature.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.PremiumFeature |
feature
Premium feature.
|
| Constructor and Description |
|---|
PremiumFeaturePromotionAnimation()
Describes a promotion animation for a Premium feature.
|
PremiumFeaturePromotionAnimation(TdApi.PremiumFeature feature,
TdApi.Animation animation)
Describes a promotion animation for a Premium feature.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.PremiumFeature feature
public TdApi.Animation animation
public static final int CONSTRUCTOR
public PremiumFeaturePromotionAnimation()
public PremiumFeaturePromotionAnimation(TdApi.PremiumFeature feature, TdApi.Animation animation)
feature - Premium feature.animation - Promotion animation for the feature.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object