Class: TD::Types::PremiumSource::BusinessFeature
- Inherits:
-
TD::Types::PremiumSource
- Object
- Dry::Struct
- Base
- TD::Types::PremiumSource
- TD::Types::PremiumSource::BusinessFeature
- Defined in:
- lib/tdlib/types/premium_source/business_feature.rb
Overview
A user tried to use a Business feature.
Instance Attribute Summary collapse
-
#feature ⇒ TD::Types::BusinessFeature
The used feature; pass null if none specific feature was used.
Method Summary
Methods inherited from Base
Instance Attribute Details
#feature ⇒ TD::Types::BusinessFeature
The used feature; pass null if none specific feature was used.
5 6 7 |
# File 'lib/tdlib/types/premium_source/business_feature.rb', line 5 def feature @feature end |