public static class TdApi.GetRecoveryEmailAddress extends TdApi.Function
Returns RecoveryEmailAddress
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
password
The password for the current user.
|
Constructor and Description |
---|
GetRecoveryEmailAddress()
Default constructor for a function, which returns a 2-step verification recovery email address that was previously set up.
|
GetRecoveryEmailAddress(java.lang.String password)
Creates a function, which returns a 2-step verification recovery email address that was previously set up.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String password
public static final int CONSTRUCTOR
public GetRecoveryEmailAddress()
Returns RecoveryEmailAddress
public GetRecoveryEmailAddress(java.lang.String password)
Returns RecoveryEmailAddress
password
- The password for the current user.public int getConstructor()
getConstructor
in class TdApi.Function