Class: TD::Types::InputPassportElementErrorSource::TranslationFiles
- Inherits:
-
TD::Types::InputPassportElementErrorSource
- Object
- Dry::Struct
- Base
- TD::Types::InputPassportElementErrorSource
- TD::Types::InputPassportElementErrorSource::TranslationFiles
- Defined in:
- lib/tdlib/types/input_passport_element_error_source/translation_files.rb
Overview
The translation of the document contains an error. The error is considered resolved when the list of files changes.
Instance Attribute Summary collapse
-
#file_hashes ⇒ Array<String>
Current hashes of all files with the translation.
Method Summary
Methods inherited from Base
Instance Attribute Details
#file_hashes ⇒ Array<String>
Current hashes of all files with the translation.
6 7 8 |
# File 'lib/tdlib/types/input_passport_element_error_source/translation_files.rb', line 6 def file_hashes @file_hashes end |