public static class TdApi.SuggestedActionSetPassword extends TdApi.SuggestedAction
| Modifier and Type | Field and Description |
|---|---|
int |
authorizationDelay
The number of days to pass between consecutive authorizations if the user declines to set password; if 0, then the user is advised to set the password for security reasons.
|
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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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; if 0, then the user is advised to set the password for security reasons.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object