java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.RecoveryEmailAddress>
it.tdlight.jni.TdApi.GetRecoveryEmailAddress
- Enclosing class:
- TdApi
public static final class TdApi.GetRecoveryEmailAddress
extends TdApi.Function<TdApi.RecoveryEmailAddress>
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
Modifier and TypeFieldDescriptionstatic final int
The password for the current user. -
Constructor Summary
ConstructorDescriptionReturns a 2-step verification recovery email address that was previously set up.GetRecoveryEmailAddress
(DataInput input) Returns a 2-step verification recovery email address that was previously set up.GetRecoveryEmailAddress
(String password) Returns a 2-step verification recovery email address that was previously set up. -
Method Summary
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:
-
-
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. ReturnsRecoveryEmailAddress
-
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. ReturnsRecoveryEmailAddress
- Parameters:
password
- String The password for the current user.
-
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. ReturnsRecoveryEmailAddress
- 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()
-