Sha256: 99a4ec3d59f0051862944a804e21eddb7096b8b5827080b75952296f8700695c

Contents?: true

Size: 412 Bytes

Versions: 4

Compression:

Stored size: 412 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::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_file.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_passport_element_error_source/translation_file.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_passport_element_error_source/translation_file.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_passport_element_error_source/translation_file.rb