public static class TdApi.ResetPasswordResultPending extends TdApi.ResetPasswordResult
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
pendingResetDate
Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword.
|
| Constructor and Description |
|---|
ResetPasswordResultPending()
The password reset request is pending.
|
ResetPasswordResultPending(int pendingResetDate)
The password reset request is pending.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int pendingResetDate
public static final int CONSTRUCTOR
public ResetPasswordResultPending()
public ResetPasswordResultPending(int pendingResetDate)
pendingResetDate - Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object