Sha256: 88f2df43ad454f8d87ac0222e5fc024cdb16386eef14107ce95cca56e65cc310

Contents?: true

Size: 359 Bytes

Versions: 3

Compression:

Stored size: 359 Bytes

Contents

module TD::Types
  # One of files with the translation of the document contains an error.
  # The error will be considered resolved when the file changes.
  #
  # @attr file_index [Integer] Index of a file with the error.
  class PassportElementErrorSource::TranslationFile < PassportElementErrorSource
    attribute :file_index, TD::Types::Integer
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/passport_element_error_source/translation_file.rb
tdlib-ruby-2.2.0 lib/tdlib/types/passport_element_error_source/translation_file.rb
tdlib-ruby-2.1.0 lib/tdlib/types/passport_element_error_source/translation_file.rb