Sha256: 23a5122bdef1d5f0eed97cd498a8332088cb29117c08c0289c8e928426e87b0b

Contents?: true

Size: 333 Bytes

Versions: 3

Compression:

Stored size: 333 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::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/file.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/input_passport_element_error_source/file.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/input_passport_element_error_source/file.rb