Package org.drinkless.tdlib
Class TdApi.ResetPasswordResultPending
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ResetPasswordResult
-
- org.drinkless.tdlib.TdApi.ResetPasswordResultPending
-
- Enclosing class:
- TdApi
public static class TdApi.ResetPasswordResultPending extends TdApi.ResetPasswordResult
The password reset request is pending.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intpendingResetDatePoint in time (Unix timestamp) after which the password can be reset immediately using resetPassword.
-
Constructor Summary
Constructors Constructor Description ResetPasswordResultPending()The password reset request is pending.ResetPasswordResultPending(int pendingResetDate)The password reset request is pending.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
pendingResetDate
public int pendingResetDate
Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResetPasswordResultPending
public ResetPasswordResultPending()
The password reset request is pending.
-
ResetPasswordResultPending
public ResetPasswordResultPending(int pendingResetDate)
The password reset request is pending.- Parameters:
pendingResetDate- Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-