Class: TD::Types::InputMessageContent::Contact

Inherits:
TD::Types::InputMessageContent show all
Defined in:
lib/tdlib/types/input_message_content/contact.rb

Overview

A message containing a user contact.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#contactTD::Types::Contact

Contact to send.

Returns:



5
6
7
# File 'lib/tdlib/types/input_message_content/contact.rb', line 5

def contact
  @contact
end