public static class TdApi.EmailAddressResetStatePending extends TdApi.EmailAddressResetState
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
resetIn
Left time before the email address will be reset, in seconds.
|
| Constructor and Description |
|---|
EmailAddressResetStatePending()
Email address reset has already been requested.
|
EmailAddressResetStatePending(int resetIn)
Email address reset has already been requested.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int resetIn
public static final int CONSTRUCTOR
public EmailAddressResetStatePending()
public EmailAddressResetStatePending(int resetIn)
resetIn - Left time before the email address will be reset, in seconds. updateAuthorizationState is not sent when this field changes.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object