Class: TD::Types::InputPassportElementErrorSource::FrontSide
- Inherits:
-
TD::Types::InputPassportElementErrorSource
- Object
- Dry::Struct
- Base
- TD::Types::InputPassportElementErrorSource
- TD::Types::InputPassportElementErrorSource::FrontSide
- Defined in:
- lib/tdlib/types/input_passport_element_error_source/front_side.rb
Overview
The front side of the document contains an error. The error is considered resolved when the file with the front side of the document changes.
Instance Attribute Summary collapse
-
#file_hash ⇒ String
Current hash of the file containing the front side.
Method Summary
Methods inherited from Base
Instance Attribute Details
#file_hash ⇒ String
Current hash of the file containing the front side.
6 7 8 |
# File 'lib/tdlib/types/input_passport_element_error_source/front_side.rb', line 6 def file_hash @file_hash end |