LibTgBotPP
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Venue.cc
Go to the documentation of this file.
1
#include "
Telegram/Venue.h
"
2
3
Telegram::Venue::Venue
(Json::Value json) {
4
5
this->
location
=
new
Location
(json[
"location"
]);
6
this->
title
= json[
"title"
].asString();
7
this->
address
= json[
"address"
].asString();
8
this->
foursquare_id
= json[
"foursquare_id"
].asString();
9
}
Telegram::Venue::foursquare_id
std::string foursquare_id
Definition:
Venue.h:18
Telegram::Venue::address
std::string address
Definition:
Venue.h:17
Venue.h
Telegram::Venue::title
std::string title
Definition:
Venue.h:16
Telegram::Location
Definition:
Location.h:8
Telegram::Venue::location
Location * location
Definition:
Venue.h:15
Telegram::Venue::Venue
Venue(Json::Value)
Definition:
Venue.cc:3
src
Venue.cc
Generated on Sun Jun 4 2017 13:31:53 for LibTgBotPP by
1.8.6