Sha256: f79d928384948aae9c5d8f852f4e1978964658f6a0adbe9eec48d0db01c8535f

Contents?: true

Size: 318 Bytes

Versions: 4

Compression:

Stored size: 318 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 [String] Field name.
  class PassportElementErrorSource::DataField < PassportElementErrorSource
    attribute :field_name, 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/passport_element_error_source/data_field.rb
tdlib-ruby-2.2.0 lib/tdlib/types/passport_element_error_source/data_field.rb
tdlib-ruby-2.1.0 lib/tdlib/types/passport_element_error_source/data_field.rb
tdlib-ruby-2.0.0 lib/tdlib/types/passport_element_error_source/data_field.rb