1#ifndef TGBOT_INPUTVENUEMESSAGECONTENT_H
2#define TGBOT_INPUTVENUEMESSAGECONTENT_H
18 static const std::string
TYPE;
20 typedef std::shared_ptr<InputVenueMessageContent>
Ptr;
This abstract class is base of all message contents.
std::string type
Type of the content.
Represents the content of a venue message to be sent as the result of an inline query.
std::string address
Address of the venue.
InputVenueMessageContent()
std::shared_ptr< InputVenueMessageContent > Ptr
static const std::string TYPE
std::string foursquareId
Optional. Foursquare identifier of the venue, if known.
std::string foursquareType
Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”,...
std::string googlePlaceType
Optional. Google Places type of the venue. (See https://developers.google.com/places/web-service/supp...
std::string googlePlaceId
Optional. Google Places identifier of the venue.
float latitude
Latitude of the location in degrees.
float longitude
Longitude of the location in degrees.
std::string title
Name of the venue.