public static class TdApi.EmailAddressResetStateAvailable extends TdApi.EmailAddressResetState
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
waitPeriod
Time required to wait before the email address can be reset; 0 if the user is subscribed to Telegram Premium.
|
| Constructor and Description |
|---|
EmailAddressResetStateAvailable()
Email address can be reset after the given period.
|
EmailAddressResetStateAvailable(int waitPeriod)
Email address can be reset after the given period.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int waitPeriod
public static final int CONSTRUCTOR
public EmailAddressResetStateAvailable()
public EmailAddressResetStateAvailable(int waitPeriod)
waitPeriod - Time required to wait before the email address can be reset; 0 if the user is subscribed to Telegram Premium.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object