public static class TdApi.CheckRecoveryEmailAddressCode extends TdApi.Function
Returns PasswordState
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function