Package it.tdlight.jni
Class TdApi.RecoverPassword
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.RecoverPassword
- Enclosing class:
- TdApi
public static class TdApi.RecoverPassword extends TdApi.Function
Recovers the password using a recovery
code sent to an email address that
was previously set up.
Returns PasswordState
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
recoveryCode
Recovery code to check. -
Constructor Summary
Constructors Constructor Description RecoverPassword()
Recovers the password using a recovery code sent to an email address that was previously set up.RecoverPassword(DataInput input)
RecoverPassword(String recoveryCode)
Recovers the password using a recovery code sent to an email address that was previously set up. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutputStream output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
recoveryCode
Recovery code to check. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
RecoverPassword
public RecoverPassword()Recovers the password using a recovery code sent to an email address that was previously set up.Returns
PasswordState
-
RecoverPassword
Recovers the password using a recovery code sent to an email address that was previously set up.Returns
PasswordState
- Parameters:
recoveryCode
- String Recovery code to check.
-
RecoverPassword
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-