Module tdlight.api

Class TdApi.ResetPassword

Enclosing class:
TdApi

public static final class TdApi.ResetPassword extends TdApi.Function<TdApi.ResetPasswordResult>
Removes 2-step verification password without previous password and access to recovery email address. The password can't be reset immediately and the request needs to be repeated after the specified time. Returns ResetPasswordResult
  • Field Details

  • Constructor Details

    • ResetPassword

      public ResetPassword()
      Removes 2-step verification password without previous password and access to recovery email address. The password can't be reset immediately and the request needs to be repeated after the specified time. Returns ResetPasswordResult
    • ResetPassword

      public ResetPassword(DataInput input) throws IOException
      Removes 2-step verification password without previous password and access to recovery email address. The password can't be reset immediately and the request needs to be repeated after the specified time. Returns ResetPasswordResult
      Throws:
      IOException
  • Method Details