Class: TD::Types::PassportElementErrorSource::TranslationFile

Inherits:
TD::Types::PassportElementErrorSource show all
Defined in:
lib/tdlib/types/passport_element_error_source/translation_file.rb

Overview

One of files with the translation of the document 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/translation_file.rb', line 6

def file_index
  @file_index
end