Class: TD::Types::PremiumLimit
- Defined in:
- lib/tdlib/types/premium_limit.rb
Overview
Contains information about a limit, increased for Premium users.
Instance Attribute Summary collapse
-
#default_value ⇒ Integer
Default value of the limit.
-
#premium_value ⇒ Integer
Value of the limit for Premium users.
-
#type ⇒ TD::Types::PremiumLimitType
The type of the limit.
Method Summary
Methods inherited from Base
Instance Attribute Details
#default_value ⇒ Integer
Default value of the limit.
7 8 9 |
# File 'lib/tdlib/types/premium_limit.rb', line 7 def default_value @default_value end |
#premium_value ⇒ Integer
Value of the limit for Premium users.
7 8 9 |
# File 'lib/tdlib/types/premium_limit.rb', line 7 def premium_value @premium_value end |
#type ⇒ TD::Types::PremiumLimitType
The type of the limit.
7 8 9 |
# File 'lib/tdlib/types/premium_limit.rb', line 7 def type @type end |