5 #ifndef TGBOT_INLINEQUERYRESULTLOCATION_H 6 #define TGBOT_INLINEQUERYRESULTLOCATION_H 22 static const std::string
TYPE;
24 typedef std::shared_ptr<InlineQueryResultLocation>
Ptr;
59 #endif //TGBOT_INLINEQUERYRESULTLOCATION_H std::string type
Type of the result.
InlineQueryResultLocation()
int32_t thumbWidth
Optional. Thumbnail width.
int32_t thumbHeight
Optinal. Thumbnail height.
static const std::string TYPE
std::shared_ptr< InlineQueryResultLocation > Ptr
float latitude
Location latitude in degrees.
Represents a location on a map.
std::string thumbUrl
Optional. Url of the thumbnail for the result.
float longitude
Location longitude in degrees.
This abstract class is base of all inline query results.