Class: TD::Types::PassportElementErrorSource::DataField

Inherits:
TD::Types::PassportElementErrorSource show all
Defined in:
lib/tdlib/types/passport_element_error_source/data_field.rb

Overview

One of the data fields contains an error. The error will be considered resolved when the value of the field changes.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#field_nameString

Field name.

Returns:

  • (String)

    the current value of field_name



6
7
8
# File 'lib/tdlib/types/passport_element_error_source/data_field.rb', line 6

def field_name
  @field_name
end