public static class TdApi.CheckPasswordRecoveryCode extends TdApi.Function<TdApi.Ok>
Returns Ok
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object