java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.SuggestedAction
it.tdlight.jni.TdApi.SuggestedActionSetPassword
- Enclosing class:
- TdApi
Suggests the user to set a 2-step
verification password to be able to
log in again.
-
Field Summary
Modifier and TypeFieldDescriptionint
The number of days to pass between consecutive authorizations if the user declines to set password.static final int
-
Constructor Summary
ConstructorDescriptionSuggests 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.Suggests the user to set a 2-step verification password to be able to log in again. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
authorizationDelay
public int authorizationDelayThe number of days to pass between consecutive authorizations if the user declines to set password. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
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
- int The number of days to pass between consecutive authorizations if the user declines to set password.
-
SuggestedActionSetPassword
Suggests the user to set a 2-step verification password to be able to log in again.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-