tgbot-cpp
|
This object represents a phone contact. More...
#include <Contact.h>
Public Types | |
typedef std::shared_ptr< Contact > | Ptr |
Public Attributes | |
std::string | phoneNumber |
Contact's phone number. More... | |
std::string | firstName |
Contact's first name. More... | |
std::string | lastName |
Optional. Contact's last name. More... | |
std::string | userId |
Optional. Contact's user identifier in Telegram. More... | |
typedef std::shared_ptr<Contact> TgBot::Contact::Ptr |
std::string TgBot::Contact::firstName |
std::string TgBot::Contact::lastName |
std::string TgBot::Contact::phoneNumber |
std::string TgBot::Contact::userId |