Sha256: 64f7fa9cd4cabd3a56907b90f7f5a2f13fdfdcc3125cc36108035c4aa88f54de
Contents?: true
Size: 422 Bytes
Versions: 2
Compression:
Stored size: 422 Bytes
Contents
module TD::Types # A data field contains an error. # The error is considered resolved when the field's value changes. # # @attr field_name [TD::Types::String] Field name. # @attr data_hash [String] Current data hash. class InputPassportElementErrorSource::DataField < InputPassportElementErrorSource attribute :field_name, TD::Types::String attribute :data_hash, TD::Types::Coercible::String end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/input_passport_element_error_source/data_field.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/input_passport_element_error_source/data_field.rb |