tgbot-cpp
TgBot::Venue Class Reference

This object represents a venue. More...

#include <Venue.h>

Public Types

typedef std::shared_ptr< VenuePtr
 

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...
 

Detailed Description

This object represents a venue.

Definition at line 20 of file Venue.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<Venue> TgBot::Venue::Ptr

Definition at line 22 of file Venue.h.

Member Data Documentation

◆ address

std::string TgBot::Venue::address

Address of the venue.

Definition at line 37 of file Venue.h.

◆ foursquare_id

std::string TgBot::Venue::foursquare_id

Optional. Foursquare identifier of the venue.

Definition at line 42 of file Venue.h.

◆ location

Location::Ptr TgBot::Venue::location

Venue location.

Definition at line 27 of file Venue.h.

◆ title

std::string TgBot::Venue::title

Name of the venue.

Definition at line 32 of file Venue.h.


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