Sha256: c072507023cf61117978a35caa6742653e2d9fa709a26c6743f0553d527c0516

Contents?: true

Size: 358 Bytes

Versions: 4

Compression:

Stored size: 358 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::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/unspecified.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_passport_element_error_source/unspecified.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_passport_element_error_source/unspecified.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_passport_element_error_source/unspecified.rb