Sha256: 0f7fb5dd83ec4a96b84d5055b50b5b4fbe15ea462ad40dc3fc718d05ac30f0f9

Contents?: true

Size: 370 Bytes

Versions: 4

Compression:

Stored size: 370 Bytes

Contents

module TD::Types
  # The list of attached files contains an error.
  # The error is considered resolved when the file list changes.
  #
  # @attr file_hashes [Array<String>] Current hashes of all attached files.
  class InputPassportElementErrorSource::Files < InputPassportElementErrorSource
    attribute :file_hashes, TD::Types::Array.of(TD::Types::String)
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/input_passport_element_error_source/files.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_passport_element_error_source/files.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_passport_element_error_source/files.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_passport_element_error_source/files.rb