Class: TD::Types::PremiumFeatures
- Defined in:
- lib/tdlib/types/premium_features.rb
Overview
Contains information about features, available to Premium users.
Instance Attribute Summary collapse
-
#features ⇒ Array<TD::Types::PremiumFeature>
The list of available features.
-
#limits ⇒ Array<TD::Types::PremiumLimit>
The list of limits, increased for Premium users.
-
#payment_link ⇒ TD::Types::InternalLinkType?
An internal link to be opened to pay for Telegram Premium if store payment isn’t possible; may be null if direct payment isn’t available.
Method Summary
Methods inherited from Base
Instance Attribute Details
#features ⇒ Array<TD::Types::PremiumFeature>
The list of available features.
8 9 10 |
# File 'lib/tdlib/types/premium_features.rb', line 8 def features @features end |
#limits ⇒ Array<TD::Types::PremiumLimit>
The list of limits, increased for Premium users.
8 9 10 |
# File 'lib/tdlib/types/premium_features.rb', line 8 def limits @limits end |
#payment_link ⇒ TD::Types::InternalLinkType?
An internal link to be opened to pay for Telegram Premium if store payment isn’t possible; may be null if direct payment isn’t available.
8 9 10 |
# File 'lib/tdlib/types/premium_features.rb', line 8 def payment_link @payment_link end |