tgbot-cpp
TgBot::Contact Class Reference

This object represents a phone contact. More...

#include <Contact.h>

Public Types

typedef std::shared_ptr< ContactPtr
 

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...
 

Detailed Description

This object represents a phone contact.

Definition at line 36 of file Contact.h.

Member Typedef Documentation

typedef std::shared_ptr<Contact> TgBot::Contact::Ptr

Definition at line 39 of file Contact.h.

Member Data Documentation

std::string TgBot::Contact::firstName

Contact's first name.

Definition at line 49 of file Contact.h.

std::string TgBot::Contact::lastName

Optional. Contact's last name.

Definition at line 54 of file Contact.h.

std::string TgBot::Contact::phoneNumber

Contact's phone number.

Definition at line 44 of file Contact.h.

std::string TgBot::Contact::userId

Optional. Contact's user identifier in Telegram.

Definition at line 59 of file Contact.h.


The documentation for this class was generated from the following file: