Sha256: 81180c5162009c6213abaaf010bf9c513ad02a63da3b566aaced260f759c836e

Contents?: true

Size: 413 Bytes

Versions: 3

Compression:

Stored size: 413 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::Coercible::String)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/input_passport_element_error_source/translation_files.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/input_passport_element_error_source/translation_files.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/input_passport_element_error_source/translation_files.rb