public static class TdApi.CheckPasswordRecoveryCode extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
recoveryCode
Recovery code to check.
|
Constructor and Description |
---|
CheckPasswordRecoveryCode()
Default constructor for a function, which checks whether a 2-step verification password recovery code sent to an email address is valid.
|
CheckPasswordRecoveryCode(java.lang.String recoveryCode)
Creates a function, which checks whether a 2-step verification password recovery code sent to an email address is valid.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String recoveryCode
public static final int CONSTRUCTOR
public CheckPasswordRecoveryCode()
Returns Ok
public CheckPasswordRecoveryCode(java.lang.String recoveryCode)
Returns Ok
recoveryCode
- Recovery code to check.public int getConstructor()
getConstructor
in class TdApi.Function