From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- ...g_bot_1_1_inline_query_result_cached_video.html | 270 +++++++++++++++++++++ ..._tg_bot_1_1_inline_query_result_cached_video.js | 7 + ...tg_bot_1_1_inline_query_result_cached_video.png | Bin 0 -> 846 bytes 3 files changed, 277 insertions(+) create mode 100644 docs/d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.html create mode 100644 docs/d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.js create mode 100644 docs/d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.png (limited to 'docs/d8/d35') diff --git a/docs/d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.html b/docs/d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.html new file mode 100644 index 0000000..e5d4843 --- /dev/null +++ b/docs/d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.html @@ -0,0 +1,270 @@ + + + + + + + +tgbot-cpp: TgBot::InlineQueryResultCachedVideo Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::InlineQueryResultCachedVideo Class Reference
+
+
+ +

#include <InlineQueryResultCachedVideo.h>

+
+Inheritance diagram for TgBot::InlineQueryResultCachedVideo:
+
+
+ + +TgBot::InlineQueryResult + +
+ + + + + + + +

+Public Types

typedef std::shared_ptr< InlineQueryResultCachedVideoPtr
 
- Public Types inherited from TgBot::InlineQueryResult
typedef std::shared_ptr< InlineQueryResultPtr
 
+ + + + + + + + +

+Public Member Functions

 InlineQueryResultCachedVideo ()
 
- Public Member Functions inherited from TgBot::InlineQueryResult
 InlineQueryResult ()
 
virtual ~InlineQueryResult ()
 
+ + + + + + + + + + + + + + + + + + +

+Public Attributes

std::string videoFileId
 
std::string description
 
- Public Attributes inherited from TgBot::InlineQueryResult
std::string type
 
std::string id
 
std::string title
 
std::string caption
 
InlineKeyboardMarkup::Ptr replyMarkup
 
InputMessageContent::Ptr inputMessageContent
 
+ + + +

+Static Public Attributes

static const std::string TYPE
 
+

Detailed Description

+

Represents a link to a video file stored on the Telegram servers.

+ +

Definition at line 19 of file InlineQueryResultCachedVideo.h.

+

Member Typedef Documentation

+ +

◆ Ptr

+ +
+
+ +

Definition at line 23 of file InlineQueryResultCachedVideo.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ InlineQueryResultCachedVideo()

+ +
+
+ + + + + +
+ + + + + + + +
TgBot::InlineQueryResultCachedVideo::InlineQueryResultCachedVideo ()
+
+inline
+
+ +

Definition at line 25 of file InlineQueryResultCachedVideo.h.

+ +
+
+

Member Data Documentation

+ +

◆ description

+ +
+
+ + + + +
std::string TgBot::InlineQueryResultCachedVideo::description
+
+

Optional. Short description of the result

+ +

Definition at line 37 of file InlineQueryResultCachedVideo.h.

+ +
+
+ +

◆ TYPE

+ +
+
+ + + + + +
+ + + + +
const std::string TgBot::InlineQueryResultCachedVideo::TYPE
+
+static
+
+ +

Definition at line 21 of file InlineQueryResultCachedVideo.h.

+ +
+
+ +

◆ videoFileId

+ +
+
+ + + + +
std::string TgBot::InlineQueryResultCachedVideo::videoFileId
+
+

A valid file identifier of the video

+ +

Definition at line 32 of file InlineQueryResultCachedVideo.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.js b/docs/d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.js new file mode 100644 index 0000000..da6abb6 --- /dev/null +++ b/docs/d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.js @@ -0,0 +1,7 @@ +var class_tg_bot_1_1_inline_query_result_cached_video = +[ + [ "Ptr", "d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.html#a91d532c7ec70a7362c3c5b94b1eef563", null ], + [ "InlineQueryResultCachedVideo", "d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.html#ab67710f0343f80f75efc8d090e8e76c7", null ], + [ "description", "d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.html#a9e8cec9c88eaa986929575dda800f833", null ], + [ "videoFileId", "d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.html#abea4deca4249a41cb3fbe999ed820fa0", null ] +]; \ No newline at end of file diff --git a/docs/d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.png b/docs/d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.png new file mode 100644 index 0000000..69c75f2 Binary files /dev/null and b/docs/d8/d35/class_tg_bot_1_1_inline_query_result_cached_video.png differ -- cgit v1.2.3