tgbot-cpp
Loading...
Searching...
No Matches
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. Can't be a live location.
 
std::string title
 Name of the venue.
 
std::string address
 Address of the venue.
 
std::string foursquareId
 Optional. Foursquare identifier of the venue.
 
std::string foursquareType
 Optional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)
 
std::string googlePlaceId
 Optional. Google Places identifier of the venue.
 
std::string googlePlaceType
 Optional. Google Places type of the venue. (See https://developers.google.com/places/web-service/supported_types)
 

Detailed Description

This object represents a venue.

Definition at line 16 of file Venue.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 18 of file Venue.h.

Member Data Documentation

◆ address

std::string TgBot::Venue::address

Address of the venue.

Definition at line 33 of file Venue.h.

◆ foursquareId

std::string TgBot::Venue::foursquareId

Optional. Foursquare identifier of the venue.

Definition at line 38 of file Venue.h.

◆ foursquareType

std::string TgBot::Venue::foursquareType

Optional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)

Definition at line 44 of file Venue.h.

◆ googlePlaceId

std::string TgBot::Venue::googlePlaceId

Optional. Google Places identifier of the venue.

Definition at line 49 of file Venue.h.

◆ googlePlaceType

std::string TgBot::Venue::googlePlaceType

Optional. Google Places type of the venue. (See https://developers.google.com/places/web-service/supported_types)

Definition at line 55 of file Venue.h.

◆ location

Location::Ptr TgBot::Venue::location

Venue location. Can't be a live location.

Definition at line 23 of file Venue.h.

◆ title

std::string TgBot::Venue::title

Name of the venue.

Definition at line 28 of file Venue.h.


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