1#ifndef TGBOT_INLINEQUERYRESULTVENUE_H
2#define TGBOT_INLINEQUERYRESULTVENUE_H
24 static const std::string
TYPE;
26 typedef std::shared_ptr<InlineQueryResultVenue>
Ptr;
This object represents one result of an inline query.
std::string type
Type of the result.
std::string foursquareId
Optional. Foursquare identifier of the venue if known.
std::string address
Address of the venue.
std::string foursquareType
Optional. Foursquare type of the venue, if known.
std::string googlePlaceId
Optional. Google Places identifier of the venue.
std::shared_ptr< InlineQueryResultVenue > Ptr
float longitude
Longitude of the venue location in degrees.
float latitude
Latitude of the venue location in degrees.
static const std::string TYPE
std::int32_t thumbnailHeight
Optional. Thumbnail height.
std::string title
Title of the venue.
std::string googlePlaceType
Optional. Google Places type of the venue.
std::string thumbnailUrl
Optional. Url of the thumbnail for the result.
std::int32_t thumbnailWidth
Optional. Thumbnail width.
InputMessageContent::Ptr inputMessageContent
Optional. Content of the message to be sent instead of the venue.
std::shared_ptr< InputMessageContent > Ptr