Sha256: 4849607697aa48e0db649c46a76ebd7b02ac2dc8c97606c30609e6c81435b163

Contents?: true

Size: 423 Bytes

Versions: 3

Compression:

Stored size: 423 Bytes

Contents

module TD::Types
  # One of the files containing the translation of the document contains an error.
  # The error is considered resolved when the file with the translation changes.
  #
  # @attr file_hash [String] Current hash of the file containing the translation.
  class InputPassportElementErrorSource::TranslationFile < InputPassportElementErrorSource
    attribute :file_hash, 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_file.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/input_passport_element_error_source/translation_file.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/input_passport_element_error_source/translation_file.rb