Module tdlight.api

Class TdApi.GetRecoveryEmailAddress

Enclosing class:
TdApi

public static final class TdApi.GetRecoveryEmailAddress extends TdApi.Function<TdApi.RecoveryEmailAddress>
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 2-step verification password for the current user.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • 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 2-step verification password for the current user.
    • GetRecoveryEmailAddress

      public GetRecoveryEmailAddress(DataInput input) throws IOException
      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
      Throws:
      IOException
  • Method Details