public static class TdApi.InternalLinkTypeAuthenticationCode extends TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors
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() |
toString
public java.lang.String code
public static final int CONSTRUCTOR
public InternalLinkTypeAuthenticationCode()
public InternalLinkTypeAuthenticationCode(java.lang.String code)
code
- The authentication code.public int getConstructor()
getConstructor
in class TdApi.InternalLinkType