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

#include <Chat.h>

Public Member Functions

 Chat (Json::Value)
 
Json::Int64 getId ()
 
std::string getUsername ()
 

Private Attributes

Json::Int64 id
 
std::string type
 
std::string title
 
std::string username
 
std::string first_name
 
std::string last_name
 

Constructor & Destructor Documentation

Telegram::Chat::Chat ( Json::Value  json)

Member Function Documentation

Json::Int64 Telegram::Chat::getId ( )
std::string Telegram::Chat::getUsername ( )

Member Data Documentation

std::string Telegram::Chat::first_name
private
Json::Int64 Telegram::Chat::id
private
std::string Telegram::Chat::last_name
private
std::string Telegram::Chat::title
private
std::string Telegram::Chat::type
private
std::string Telegram::Chat::username
private

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