tgbot-cpp
TgBot::Venue Class Reference

#include <Venue.h>

Public Types

typedef std::shared_ptr< VenuePtr
 

Public Attributes

Location::Ptr location
 
std::string title
 
std::string address
 
std::string foursquare_id
 

Detailed Description

This object represents a venue.

Definition at line 19 of file Venue.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 21 of file Venue.h.

Member Data Documentation

◆ address

std::string TgBot::Venue::address

Address of the venue.

Definition at line 36 of file Venue.h.

◆ foursquare_id

std::string TgBot::Venue::foursquare_id

Optional. Foursquare identifier of the venue.

Definition at line 41 of file Venue.h.

◆ location

Location::Ptr TgBot::Venue::location

Venue location.

Definition at line 26 of file Venue.h.

◆ title

std::string TgBot::Venue::title

Name of the venue.

Definition at line 31 of file Venue.h.


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