Class TdApi.GetRecoveryEmailAddress

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

public static class TdApi.GetRecoveryEmailAddress
extends TdApi.Function
Returns a 2-step verification recovery email address that was previously set up. This method can be used to verify a password provided by the user.

Returns RecoveryEmailAddress

  • Field Details

    • password

      public String password
      The password for the current user.
    • CONSTRUCTOR

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

    • GetRecoveryEmailAddress

      public GetRecoveryEmailAddress()
      Returns a 2-step verification recovery email address that was previously set up. This method can be used to verify a password provided by the user.

      Returns RecoveryEmailAddress

    • GetRecoveryEmailAddress

      public GetRecoveryEmailAddress​(String password)
      Returns a 2-step verification recovery email address that was previously set up. This method can be used to verify a password provided by the user.

      Returns RecoveryEmailAddress

      Parameters:
      password - String The password for the current user.
    • GetRecoveryEmailAddress

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