Class: TD::Types::PassportElementErrorSource::File

Inherits:
TD::Types::PassportElementErrorSource show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#file_indexInteger

Index of a file with the error.

Returns:

  • (Integer)

    the current value of file_index



6
7
8
# File 'lib/tdlib/types/passport_element_error_source/file.rb', line 6

def file_index
  @file_index
end