Cppgram  1.0.0
Easy and modern C++14 Telegram Bot API wrapper
Public Attributes | List of all members
Contact Class Reference

Contact send by a user. More...

#include <contact.hpp>

Public Attributes

std::string phone_number
 Contact's phone number.
 
std::string first_name
 Contact's first name.
 
std::experimental::optional< std::string > last_name
 Optional. Contact's last name
 
std::experimental::optional< int_fast32_t > user_id
 Optional. Contact's user identifier in Telegram
 

Detailed Description

Contact send by a user.

This object represents a phone contact. [Api reference](https://core.telegram.org/bots/api#contact


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