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