Sha256: 399f717de015d0cd78e66c29fd1f62b0ff21769575fb41bb3c076b71b34fec98

Contents?: true

Size: 402 Bytes

Versions: 4

Compression:

Stored size: 402 Bytes

Contents

module TD::Types
  # The translation of the document contains an error.
  # The error is considered resolved when the list of files changes.
  #
  # @attr file_hashes [Array<String>] Current hashes of all files with the translation.
  class InputPassportElementErrorSource::TranslationFiles < 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/translation_files.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_passport_element_error_source/translation_files.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_passport_element_error_source/translation_files.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_passport_element_error_source/translation_files.rb