public static class TdApi.InternalLinkTypeAuthenticationCode extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
code
The authentication code.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
InternalLinkTypeAuthenticationCode()
The link contains an authentication code.
|
InternalLinkTypeAuthenticationCode(java.lang.String code)
The link contains an authentication 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 InternalLinkTypeAuthenticationCode()
public InternalLinkTypeAuthenticationCode(java.lang.String code)
code - The authentication code.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object