public static class TdApi.CheckRecoveryEmailAddressCode extends TdApi.Function<TdApi.PasswordState>
Returns PasswordState
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
code
Verification code to check.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
CheckRecoveryEmailAddressCode()
Default constructor for a function, which checks the 2-step verification recovery email address verification code.
|
CheckRecoveryEmailAddressCode(java.lang.String code)
Creates a function, which checks the 2-step verification recovery email address verification 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 CheckRecoveryEmailAddressCode()
Returns PasswordState
public CheckRecoveryEmailAddressCode(java.lang.String code)
Returns PasswordState
code - Verification code to check.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object