Class: TD::Types::MessageContent::PassportDataSent

Inherits:
TD::Types::MessageContent show all
Defined in:
lib/tdlib/types/message_content/passport_data_sent.rb

Overview

Telegram Passport data has been sent.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#typesArray<TD::Types::PassportElementType>

List of Telegram Passport element types sent.

Returns:



5
6
7
# File 'lib/tdlib/types/message_content/passport_data_sent.rb', line 5

def types
  @types
end