Class 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 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.