tgbot-cpp
|
This object represents a venue. More...
#include <Venue.h>
Public Types | |
typedef std::shared_ptr< Venue > | Ptr |
Public Attributes | |
Location::Ptr | location |
Venue location. More... | |
std::string | title |
Name of the venue. More... | |
std::string | address |
Address of the venue. More... | |
std::string | foursquare_id |
Optional. Foursquare identifier of the venue. More... | |
typedef std::shared_ptr<Venue> TgBot::Venue::Ptr |
std::string TgBot::Venue::foursquare_id |
Location::Ptr TgBot::Venue::location |