public static class TdApi.InternalLinkTypeUserToken extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
token
The token.
|
| Constructor and Description |
|---|
InternalLinkTypeUserToken()
The link is a link to a user by a temporary token.
|
InternalLinkTypeUserToken(java.lang.String token)
The link is a link to a user by a temporary token.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String token
public static final int CONSTRUCTOR
public InternalLinkTypeUserToken()
public InternalLinkTypeUserToken(java.lang.String token)
token - The token.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object