Class: TD::Types::InternalLinkType::PremiumFeatures
- Inherits:
-
TD::Types::InternalLinkType
- Object
- Dry::Struct
- Base
- TD::Types::InternalLinkType
- TD::Types::InternalLinkType::PremiumFeatures
- Defined in:
- lib/tdlib/types/internal_link_type/premium_features.rb
Overview
The link is a link to the Premium features screen of the application from which the user can subscribe to Telegram
Premium.
Call getPremiumFeatures with the given referrer to process the link.
Instance Attribute Summary collapse
-
#referrer ⇒ TD::Types::String
Referrer specified in the link.
Method Summary
Methods inherited from Base
Instance Attribute Details
#referrer ⇒ TD::Types::String
Referrer specified in the link.
7 8 9 |
# File 'lib/tdlib/types/internal_link_type/premium_features.rb', line 7 def referrer @referrer end |