public static class TdApi.InternalLinkTypePremiumFeatures extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
referrer
Referrer specified in the link.
|
| Constructor and Description |
|---|
InternalLinkTypePremiumFeatures()
The link is a link to the Premium features screen of the application from which the user can subscribe to Telegram Premium.
|
InternalLinkTypePremiumFeatures(java.lang.String referrer)
The link is a link to the Premium features screen of the application from which the user can subscribe to Telegram Premium.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String referrer
public static final int CONSTRUCTOR
public InternalLinkTypePremiumFeatures()
public InternalLinkTypePremiumFeatures(java.lang.String referrer)
referrer - Referrer specified in the link.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object