Sha256: 1881691bf4c538ce6e03fced74447a8fb0feb2bb8502ff2074edcd035639c557

Contents?: true

Size: 307 Bytes

Versions: 3

Compression:

Stored size: 307 Bytes

Contents

module TD::Types
  # The file 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::File < 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/file.rb
tdlib-ruby-2.2.0 lib/tdlib/types/passport_element_error_source/file.rb
tdlib-ruby-2.1.0 lib/tdlib/types/passport_element_error_source/file.rb