Class: TD::Types::InputPassportElementErrorSource::ReverseSide

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

Overview

The reverse side of the document contains an error. The error is considered resolved when the file with the reverse side of the document changes.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#file_hashString

Current hash of the file containing the reverse side.

Returns:

  • (String)

    the current value of file_hash



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

def file_hash
  @file_hash
end