Class: TD::Types::BusinessFeaturePromotionAnimation
- Defined in:
- lib/tdlib/types/business_feature_promotion_animation.rb
Overview
Describes a promotion animation for a Business feature.
Instance Attribute Summary collapse
-
#animation ⇒ TD::Types::Animation
Promotion animation for the feature.
-
#feature ⇒ TD::Types::BusinessFeature
Business 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/business_feature_promotion_animation.rb', line 6 def animation @animation end |
#feature ⇒ TD::Types::BusinessFeature
Business feature.
6 7 8 |
# File 'lib/tdlib/types/business_feature_promotion_animation.rb', line 6 def feature @feature end |