public static class TdApi.SuggestedActionSetPassword extends TdApi.SuggestedAction
TdApi.SuggestedAction.Constructors
Modifier and Type | Field and Description |
---|---|
int |
authorizationDelay
The number of days to pass between consecutive authorizations if the user declines to set password.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int authorizationDelay
public static final int CONSTRUCTOR
public SuggestedActionSetPassword()
public SuggestedActionSetPassword(int authorizationDelay)
authorizationDelay
- The number of days to pass between consecutive authorizations if the user declines to set password.public int getConstructor()
getConstructor
in class TdApi.SuggestedAction