Class TdApi.CheckPasswordRecoveryCode

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.CheckPasswordRecoveryCode
Enclosing class:
TdApi

public static class TdApi.CheckPasswordRecoveryCode
extends TdApi.Function
Checks whether a 2-step verification password recovery code sent to an email address is valid.

Returns Ok

  • Field Details

    • recoveryCode

      public String recoveryCode
      Recovery code to check.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • CheckPasswordRecoveryCode

      public CheckPasswordRecoveryCode()
      Checks whether a 2-step verification password recovery code sent to an email address is valid.

      Returns Ok

    • CheckPasswordRecoveryCode

      public CheckPasswordRecoveryCode​(String recoveryCode)
      Checks whether a 2-step verification password recovery code sent to an email address is valid.

      Returns Ok

      Parameters:
      recoveryCode - String Recovery code to check.
    • CheckPasswordRecoveryCode

      public CheckPasswordRecoveryCode​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details