5 #ifndef TGBOT_INLINEQUERYRESULTPHOTO_H 6 #define TGBOT_INLINEQUERYRESULTPHOTO_H 22 static const std::string
TYPE;
24 typedef std::shared_ptr<InlineQueryResultPhoto>
Ptr;
59 #endif //TGBOT_INLINEQUERYRESULTPHOTO_H static const std::string TYPE
std::string type
Type of the result.
int32_t photoHeight
Optional. Height of the photo.
std::string description
Optional. Short description of the result.
std::string thumbUrl
URL of the thumbnail for the photo.
This abstract class is base of all inline query results.
Represents a link to a photo.
std::shared_ptr< InlineQueryResultPhoto > Ptr
int32_t photoWidth
Optional. Width of the photo.
std::string photoUrl
A valid URL of the photo.