1#ifndef TGBOT_INPUTCONTACTMESSAGECONTENT_H
2#define TGBOT_INPUTCONTACTMESSAGECONTENT_H
18 static const std::string
TYPE;
20 typedef std::shared_ptr<InputContactMessageContent>
Ptr;
Represents the content of a contact message to be sent as the result of an inline query.
std::string lastName
Optional. Contact's last name.
InputContactMessageContent()
std::string firstName
Contact's first name.
std::string phoneNumber
Contact's phone number.
std::string vcard
Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes.
std::shared_ptr< InputContactMessageContent > Ptr
static const std::string TYPE
This abstract class is base of all message contents.
std::string type
Type of the content.