LibTgBotPP
 All Classes Namespaces Files Functions Variables Typedefs Macros
Telegram::Contact Class Reference

#include <Contact.h>

Public Member Functions

 Contact (Json::Value)
 

Private Attributes

std::string phone_number
 
std::string first_name
 
std::string last_name
 
Json::Int64 user_id
 

Detailed Description

Definition at line 9 of file Contact.h.

Constructor & Destructor Documentation

Telegram::Contact::Contact ( Json::Value  json)

Definition at line 3 of file Contact.cc.

Member Data Documentation

std::string Telegram::Contact::first_name
private

Definition at line 15 of file Contact.h.

std::string Telegram::Contact::last_name
private

Definition at line 16 of file Contact.h.

std::string Telegram::Contact::phone_number
private

Definition at line 14 of file Contact.h.

Json::Int64 Telegram::Contact::user_id
private

Definition at line 17 of file Contact.h.


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