public static class TdApi.ResetPasswordResultDeclined extends TdApi.ResetPasswordResult
TdApi.ResetPasswordResult.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.ResetPasswordResult