Sha256: c8bdcfb774c6da46120488b89fe903f7a386fb13866864f6162da31fac22a20a

Contents?: true

Size: 329 Bytes

Versions: 3

Compression:

Stored size: 329 Bytes

Contents

module TD::Types
  # One of the data fields contains an error.
  # The error will be considered resolved when the value of the field changes.
  #
  # @attr field_name [TD::Types::String] Field name.
  class PassportElementErrorSource::DataField < PassportElementErrorSource
    attribute :field_name, TD::Types::String
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/passport_element_error_source/data_field.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/passport_element_error_source/data_field.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/passport_element_error_source/data_field.rb