Class TdApi.InputPassportElementErrorSourceFiles

Enclosing class:
TdApi

public static 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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details