Class: TD::Types::InputPassportElementErrorSource::Files

Inherits:
TD::Types::InputPassportElementErrorSource show all
Defined in:
lib/tdlib/types/input_passport_element_error_source/files.rb

Overview

The list of attached files contains an error. The error is considered resolved when the file list changes.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#file_hashesArray<String>

Current hashes of all attached files.

Returns:

  • (Array<String>)

    the current value of file_hashes



6
7
8
# File 'lib/tdlib/types/input_passport_element_error_source/files.rb', line 6

def file_hashes
  @file_hashes
end