Package org.drinkless.tdlib
Class TdApi.ResetPasswordResultDeclined
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ResetPasswordResult
-
- org.drinkless.tdlib.TdApi.ResetPasswordResultDeclined
-
- Enclosing class:
- TdApi
public static class TdApi.ResetPasswordResultDeclined extends TdApi.ResetPasswordResult
The password reset request was declined.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intretryDatePoint in time (Unix timestamp) when the password reset can be retried.
-
Constructor Summary
Constructors Constructor Description ResetPasswordResultDeclined()The password reset request was declined.ResetPasswordResultDeclined(int retryDate)The password reset request was declined.
-
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
-
retryDate
public int retryDate
Point in time (Unix timestamp) when the password reset can be retried.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResetPasswordResultDeclined
public ResetPasswordResultDeclined()
The password reset request was declined.
-
ResetPasswordResultDeclined
public ResetPasswordResultDeclined(int retryDate)
The password reset request was declined.- Parameters:
retryDate- Point in time (Unix timestamp) when the password reset can be retried.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-