public static class TdApi.PremiumSourceLink extends TdApi.PremiumSource
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
referrer
The referrer from the link.
|
| Constructor and Description |
|---|
PremiumSourceLink()
A user opened an internal link of the type internalLinkTypePremiumFeatures.
|
PremiumSourceLink(java.lang.String referrer)
A user opened an internal link of the type internalLinkTypePremiumFeatures.
|
| 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 PremiumSourceLink()
public PremiumSourceLink(java.lang.String referrer)
referrer - The referrer from the link.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object