Class: TD::Types::InputPassportElementErrorSource::Unspecified
- Inherits:
-
TD::Types::InputPassportElementErrorSource
- Object
- Dry::Struct
- Base
- TD::Types::InputPassportElementErrorSource
- TD::Types::InputPassportElementErrorSource::Unspecified
- Defined in:
- lib/tdlib/types/input_passport_element_error_source/unspecified.rb
Overview
The element contains an error in an unspecified place. The error will be considered resolved when new data is added.
Instance Attribute Summary collapse
-
#element_hash ⇒ String
Current hash of the entire element.
Method Summary
Methods inherited from Base
Instance Attribute Details
#element_hash ⇒ String
Current hash of the entire element.
6 7 8 |
# File 'lib/tdlib/types/input_passport_element_error_source/unspecified.rb', line 6 def element_hash @element_hash end |