Class: TD::Types::PremiumFeaturePromotionAnimation
- Defined in:
- lib/tdlib/types/premium_feature_promotion_animation.rb
Overview
Describes a promotion animation for a Premium feature.
Instance Attribute Summary collapse
-
#animation ⇒ TD::Types::Animation
Promotion animation for the feature.
-
#feature ⇒ TD::Types::PremiumFeature
Premium feature.
Method Summary
Methods inherited from Base
Instance Attribute Details
#animation ⇒ TD::Types::Animation
Promotion animation for the feature.
6 7 8 |
# File 'lib/tdlib/types/premium_feature_promotion_animation.rb', line 6 def animation @animation end |
#feature ⇒ TD::Types::PremiumFeature
Premium feature.
6 7 8 |
# File 'lib/tdlib/types/premium_feature_promotion_animation.rb', line 6 def feature @feature end |