Module tdlight.api

Class TdApi.InputPassportElementErrorSourceFiles

Enclosing class:
TdApi

public static final class TdApi.InputPassportElementErrorSourceFiles extends TdApi.InputPassportElementErrorSource
The list of attached files contains an error. The error is considered resolved when the file list changes.
  • Field Details

    • fileHashes

      public byte[][] fileHashes
      Current hashes of all attached files.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InputPassportElementErrorSourceFiles

      public InputPassportElementErrorSourceFiles()
      The list of attached files contains an error. The error is considered resolved when the file list changes.
    • InputPassportElementErrorSourceFiles

      public InputPassportElementErrorSourceFiles(byte[][] fileHashes)
      The list of attached files contains an error. The error is considered resolved when the file list changes.
      Parameters:
      fileHashes - byte[][] Current hashes of all attached files.
    • InputPassportElementErrorSourceFiles

      public InputPassportElementErrorSourceFiles(DataInput input) throws IOException
      The list of attached files contains an error. The error is considered resolved when the file list changes.
      Throws:
      IOException
  • Method Details