5 #ifndef TGBOT_INLINEQUERYRESULTVENUE_H 6 #define TGBOT_INLINEQUERYRESULTVENUE_H 22 static const std::string
TYPE;
24 typedef std::shared_ptr<InlineQueryResultVenue>
Ptr;
69 #endif //TGBOT_INLINEQUERYRESULTVENUE_H std::shared_ptr< InlineQueryResultVenue > Ptr
std::string type
Type of the result.
float longitude
Longitude of the venue location in degrees.
std::string foursquareId
Optional. Foursquare identifier of the venue if known.
float latitude
Latitude of the venue location in degrees.
std::string address
Address of the venue.
This abstract class is base of all inline query results.
std::string thumbUrl
Optional. Url of the thumbnail for the result.
int32_t thumbWidth
Optional. Thumbnail width.
int32_t thumbHeight
Optinal. Thumbnail height.
static const std::string TYPE