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() |
toString
public java.lang.String recoveryEmailAddress
public static final int CONSTRUCTOR
public RecoveryEmailAddress()
public RecoveryEmailAddress(java.lang.String recoveryEmailAddress)
recoveryEmailAddress
- Recovery email address.public int getConstructor()
getConstructor
in class TdApi.Object