1#ifndef TGBOT_INLINEQUERYRESULTCACHEDGIF_H
2#define TGBOT_INLINEQUERYRESULTCACHEDGIF_H
23 static const std::string
TYPE;
25 typedef std::shared_ptr<InlineQueryResultCachedGif>
Ptr;
Represents a link to an animated GIF file stored on the Telegram servers. By default,...
std::string caption
Optional. Caption of the GIF file to be sent, 0-1024 characters after entities parsing.
std::string title
Optional. Title for the result.
InputMessageContent::Ptr inputMessageContent
Optional. Content of the message to be sent instead of the GIF animation.
std::shared_ptr< InlineQueryResultCachedGif > Ptr
std::vector< MessageEntity::Ptr > captionEntities
Optional. List of special entities that appear in the caption, which can be specified instead of pars...
std::string parseMode
Optional. Mode for parsing entities in the caption. See https://core.telegram.org/bots/api#formatting...
InlineQueryResultCachedGif()
std::string gifFileId
A valid file identifier for the GIF file.
static const std::string TYPE
This object represents one result of an inline query.
std::string type
Type of the result.
std::shared_ptr< InputMessageContent > Ptr