Cppgram  1.0.0
Easy and modern C++14 Telegram Bot API wrapper
Public Attributes | List of all members
Venue Class Reference

This object represents a venue. More...

#include <venue.hpp>

Public Attributes

Location location
 Venue location.
 
std::string title
 Name of the venue.
 
std::string address
 Address of the venue.
 
std::experimental::optional< std::string > foursquare_id
 Optional. Foursquare identifier of the venue
 

Detailed Description

This object represents a venue.

(https://core.telegram.org/bots/api#venue)


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