5 #ifndef TGBOT_INLINEQUERYRESULTGIF_H 6 #define TGBOT_INLINEQUERYRESULTGIF_H 22 static const std::string
TYPE;
24 typedef std::shared_ptr<InlineQueryResultGif>
Ptr;
60 #endif //TGBOT_INLINEQUERYRESULTGIF_H int32_t gifWidth
Optional. Width of the GIF.
std::shared_ptr< InlineQueryResultGif > Ptr
std::string type
Type of the result.
int32_t gifDuration
Optional. Duration of the GIF.
int32_t gifHeight
Optional. Height of the GIF.
std::string gifUrl
A valid URL for the GIF file.
std::string thumbUrl
URL of the static thumbnail for the result (jpeg or gif)
Represents a link to an animated GIF file.
static const std::string TYPE
This abstract class is base of all inline query results.