Module tdlight.api

Class TdApi.CreateTemporaryPassword

Enclosing class:
TdApi

public static final class TdApi.CreateTemporaryPassword extends TdApi.Function<TdApi.TemporaryPasswordState>
Creates a new temporary password for processing payments. Returns TemporaryPasswordState
  • Field Details

    • password

      public String password
      The 2-step verification password of the current user.
    • validFor

      public int validFor
      Time during which the temporary password will be valid, in seconds; must be between 60 and 86400.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • CreateTemporaryPassword

      public CreateTemporaryPassword()
      Creates a new temporary password for processing payments. Returns TemporaryPasswordState
    • CreateTemporaryPassword

      public CreateTemporaryPassword(String password, int validFor)
      Creates a new temporary password for processing payments. Returns TemporaryPasswordState
      Parameters:
      password - String The 2-step verification password of the current user.
      validFor - int Time during which the temporary password will be valid, in seconds; must be between 60 and 86400.
    • CreateTemporaryPassword

      public CreateTemporaryPassword(DataInput input) throws IOException
      Creates a new temporary password for processing payments. Returns TemporaryPasswordState
      Throws:
      IOException
  • Method Details