Module tdlight.api

Class TdApi.InputCredentialsSaved

Enclosing class:
TdApi

public static final class TdApi.InputCredentialsSaved extends TdApi.InputCredentials
Applies if a user chooses some previously saved payment credentials. To use their previously saved credentials, the user must have a valid temporary password.
  • Field Details

    • savedCredentialsId

      public String savedCredentialsId
      Identifier of the saved credentials.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InputCredentialsSaved

      public InputCredentialsSaved()
      Applies if a user chooses some previously saved payment credentials. To use their previously saved credentials, the user must have a valid temporary password.
    • InputCredentialsSaved

      public InputCredentialsSaved(String savedCredentialsId)
      Applies if a user chooses some previously saved payment credentials. To use their previously saved credentials, the user must have a valid temporary password.
      Parameters:
      savedCredentialsId - String Identifier of the saved credentials.
    • InputCredentialsSaved

      public InputCredentialsSaved(DataInput input) throws IOException
      Applies if a user chooses some previously saved payment credentials. To use their previously saved credentials, the user must have a valid temporary password.
      Throws:
      IOException
  • Method Details