public static class TdApi.RecoveryEmailAddress extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
recoveryEmailAddress
Recovery email address.
|
| Constructor and Description |
|---|
RecoveryEmailAddress()
Contains information about the current recovery email address.
|
RecoveryEmailAddress(java.lang.String recoveryEmailAddress)
Contains information about the current recovery email address.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String recoveryEmailAddress
public static final int CONSTRUCTOR
public RecoveryEmailAddress()
public RecoveryEmailAddress(java.lang.String recoveryEmailAddress)
recoveryEmailAddress - Recovery email address.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object