Class TdApi.RecoverPassword

  • Enclosing class:
    TdApi

    public static class TdApi.RecoverPassword
    extends TdApi.Function
    Recovers the 2-step verification password using a recovery code sent to an email address that was previously set up.

    Returns PasswordState

    • Field Detail

      • recoveryCode

        public String recoveryCode
        Recovery code to check.
      • newPassword

        public String newPassword
        New password of the user; may be empty to remove the password.
      • newHint

        public String newHint
        New password hint; may be empty.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RecoverPassword

        public RecoverPassword()
        Default constructor for a function, which recovers the 2-step verification password using a recovery code sent to an email address that was previously set up.

        Returns PasswordState

      • RecoverPassword

        public RecoverPassword​(String recoveryCode,
                               String newPassword,
                               String newHint)
        Creates a function, which recovers the 2-step verification password using a recovery code sent to an email address that was previously set up.

        Returns PasswordState

        Parameters:
        recoveryCode - Recovery code to check.
        newPassword - New password of the user; may be empty to remove the password.
        newHint - New password hint; may be empty.