Package org.drinkless.tdlib
Class TdApi.SuggestedActionSetPassword
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.SuggestedAction
-
- org.drinkless.tdlib.TdApi.SuggestedActionSetPassword
-
- Enclosing class:
- TdApi
public static class TdApi.SuggestedActionSetPassword extends TdApi.SuggestedAction
Suggests the user to set a 2-step verification password to be able to log in again.
-
-
Field Summary
Fields Modifier and Type Field Description intauthorizationDelayThe number of days to pass between consecutive authorizations if the user declines to set password.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description SuggestedActionSetPassword()Suggests the user to set a 2-step verification password to be able to log in again.SuggestedActionSetPassword(int authorizationDelay)Suggests the user to set a 2-step verification password to be able to log in again.
-
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
-
authorizationDelay
public int authorizationDelay
The number of days to pass between consecutive authorizations if the user declines to set password.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SuggestedActionSetPassword
public SuggestedActionSetPassword()
Suggests the user to set a 2-step verification password to be able to log in again.
-
SuggestedActionSetPassword
public SuggestedActionSetPassword(int authorizationDelay)
Suggests the user to set a 2-step verification password to be able to log in again.- Parameters:
authorizationDelay- The number of days to pass between consecutive authorizations if the user declines to set password.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-