public static class TdApi.CheckAuthenticationPasswordRecoveryCode 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 |
---|
CheckAuthenticationPasswordRecoveryCode()
Default constructor for a function, which checks whether a password recovery code sent to an email address is valid.
|
CheckAuthenticationPasswordRecoveryCode(java.lang.String recoveryCode)
Creates a function, which checks whether a 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 CheckAuthenticationPasswordRecoveryCode()
Returns Ok
public CheckAuthenticationPasswordRecoveryCode(java.lang.String recoveryCode)
Returns Ok
recoveryCode
- Recovery code to check.public int getConstructor()
getConstructor
in class TdApi.Function