public static class TdApi.EmailAddressAuthenticationCode extends TdApi.EmailAddressAuthentication
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
code
The code.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
EmailAddressAuthenticationCode()
An authentication code delivered to a user's email address.
|
EmailAddressAuthenticationCode(java.lang.String code)
An authentication code delivered to a user's email address.
|
| 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 EmailAddressAuthenticationCode()
public EmailAddressAuthenticationCode(java.lang.String code)
code - The code.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object