Class: TD::Types::InternalLinkType::PremiumFeatures

Inherits:
TD::Types::InternalLinkType show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#referrerTD::Types::String

Referrer specified in the link.

Returns:

  • (TD::Types::String)

    the current value of referrer



7
8
9
# File 'lib/tdlib/types/internal_link_type/premium_features.rb', line 7

def referrer
  @referrer
end