public static class TdApi.ResetPasswordResultDeclined extends TdApi.ResetPasswordResult
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
retryDate
Point in time (Unix timestamp) when the password reset can be retried.
|
| Constructor and Description |
|---|
ResetPasswordResultDeclined()
The password reset request was declined.
|
ResetPasswordResultDeclined(int retryDate)
The password reset request was declined.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int retryDate
public static final int CONSTRUCTOR
public ResetPasswordResultDeclined()
public ResetPasswordResultDeclined(int retryDate)
retryDate - Point in time (Unix timestamp) when the password reset can be retried.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object