Class: TD::Types::PassportElementErrorSource::File
- Inherits:
-
TD::Types::PassportElementErrorSource
- Object
- Dry::Struct
- Base
- TD::Types::PassportElementErrorSource
- TD::Types::PassportElementErrorSource::File
- Defined in:
- lib/tdlib/types/passport_element_error_source/file.rb
Overview
The file contains an error. The error will be considered resolved when the file changes.
Instance Attribute Summary collapse
-
#file_index ⇒ Integer
Index of a file with the error.
Method Summary
Methods inherited from Base
Instance Attribute Details
#file_index ⇒ Integer
Index of a file with the error.
6 7 8 |
# File 'lib/tdlib/types/passport_element_error_source/file.rb', line 6 def file_index @file_index end |