Sha256: 20d07f6d1b68fe892b87aaebe06cea55720cf5e34d00a7d055c9813c932881e7

Contents?: true

Size: 369 Bytes

Versions: 3

Compression:

Stored size: 369 Bytes

Contents

module TD::Types
  # The element contains an error in an unspecified place.
  # The error will be considered resolved when new data is added.
  #
  # @attr element_hash [String] Current hash of the entire element.
  class InputPassportElementErrorSource::Unspecified < InputPassportElementErrorSource
    attribute :element_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/unspecified.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/input_passport_element_error_source/unspecified.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/input_passport_element_error_source/unspecified.rb