Class: TD::Types::PassportRequiredElement

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/passport_required_element.rb

Overview

Contains a description of the required Telegram Passport element that was requested by a service.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#suitable_elementsArray<TD::Types::PassportSuitableElement>

List of Telegram Passport elements any of which is enough to provide.

Returns:



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

def suitable_elements
  @suitable_elements
end