public static class TdApi.InternalLinkTypePremiumGiftCode extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
code
The Telegram Premium gift code.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
InternalLinkTypePremiumGiftCode()
The link is a link with a Telegram Premium gift code.
|
InternalLinkTypePremiumGiftCode(java.lang.String code)
The link is a link with a Telegram Premium gift code.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String code
public static final int CONSTRUCTOR
public InternalLinkTypePremiumGiftCode()
public InternalLinkTypePremiumGiftCode(java.lang.String code)
code - The Telegram Premium gift code.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object