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 Detail

      • fileHashes

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - Current hashes of all attached files.