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