Sha256: 7b69d45f2a6d1d6a76b4f4854ed9e9515581cc97ffd468a2a12e70feb83cb455

Contents?: true

Size: 322 Bytes

Versions: 4

Compression:

Stored size: 322 Bytes

Contents

module TD::Types
  # The file contains an error.
  # The error is considered resolved when the file changes.
  #
  # @attr file_hash [String] Current hash of the file which has the error.
  class InputPassportElementErrorSource::File < 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/file.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_passport_element_error_source/file.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_passport_element_error_source/file.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_passport_element_error_source/file.rb