5 #ifndef TGBOT_INPUTCONTACTMESSAGECONTENT_H 6 #define TGBOT_INPUTCONTACTMESSAGECONTENT_H 20 typedef std::shared_ptr<InputContactMessageContent>
Ptr;
45 #endif //TGBOT_INPUTCONTACTMESSAGECONTENT_H
This object represents the content of a message to be sent as a result of an inline query...
virtual ~InputContactMessageContent()
std::string firstName
Contact's first name.
std::shared_ptr< InputContactMessageContent > Ptr
std::string lastName
Optional. Contact's last name.
InputContactMessageContent()
std::string phoneNumber
Contact's phone number.
Represents the content of a contact message to be sent as the result of an inline query...