| tgbot-cpp
    | 
Represents the content of a contact message to be sent as the result of an inline query. More...
#include <InputContactMessageContent.h>
 
  
| Public Types | |
| typedef std::shared_ptr< InputContactMessageContent > | Ptr | 
| Public Member Functions | |
| InputContactMessageContent () | |
| Public Attributes | |
| std::string | phoneNumber | 
| Contact's phone number. | |
| std::string | firstName | 
| Contact's first name. | |
| std::string | lastName | 
| Optional. Contact's last name. | |
| std::string | vcard | 
| Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes. | |
| Static Public Attributes | |
| static const std::string | TYPE | 
Represents the content of a contact message to be sent as the result of an inline query.
Definition at line 16 of file InputContactMessageContent.h.
| typedef std::shared_ptr<InputContactMessageContent> TgBot::InputContactMessageContent::Ptr | 
Definition at line 20 of file InputContactMessageContent.h.
| 
 | inline | 
Definition at line 22 of file InputContactMessageContent.h.
| std::string TgBot::InputContactMessageContent::firstName | 
Contact's first name.
Definition at line 34 of file InputContactMessageContent.h.
| std::string TgBot::InputContactMessageContent::lastName | 
Optional. Contact's last name.
Definition at line 39 of file InputContactMessageContent.h.
| std::string TgBot::InputContactMessageContent::phoneNumber | 
Contact's phone number.
Definition at line 29 of file InputContactMessageContent.h.
| 
 | static | 
Definition at line 18 of file InputContactMessageContent.h.
| std::string TgBot::InputContactMessageContent::vcard | 
Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes.
Definition at line 44 of file InputContactMessageContent.h.