Package it.tdlight.jni
Class TdApi.GetRecoveryEmailAddress
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetRecoveryEmailAddress
- Enclosing class:
- TdApi
public static class TdApi.GetRecoveryEmailAddress extends TdApi.Function
Returns a 2-step verification recovery
email address that was previously set
up. This method can be used to verify
a password provided by the user.
Returns RecoveryEmailAddress
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
password
The password for the current user. -
Constructor Summary
Constructors Constructor Description GetRecoveryEmailAddress()
Returns a 2-step verification recovery email address that was previously set up.GetRecoveryEmailAddress(DataInput input)
GetRecoveryEmailAddress(String password)
Returns a 2-step verification recovery email address that was previously set up. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
password
The password for the current user. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetRecoveryEmailAddress
public GetRecoveryEmailAddress()Returns a 2-step verification recovery email address that was previously set up. This method can be used to verify a password provided by the user.Returns
RecoveryEmailAddress
-
GetRecoveryEmailAddress
Returns a 2-step verification recovery email address that was previously set up. This method can be used to verify a password provided by the user.Returns
RecoveryEmailAddress
- Parameters:
password
- String The password for the current user.
-
GetRecoveryEmailAddress
- 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()
-