Class: TD::Types::InputPassportElementErrorSource::Unspecified

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

Overview

The element contains an error in an unspecified place. The error will be considered resolved when new data is added.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#element_hashString

Current hash of the entire element.

Returns:

  • (String)

    the current value of element_hash



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

def element_hash
  @element_hash
end