From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- ...bot_1_1_inline_query_result_cached_sticker.html | 251 +++++++++++++++++++++ ...g_bot_1_1_inline_query_result_cached_sticker.js | 6 + ..._bot_1_1_inline_query_result_cached_sticker.png | Bin 0 -> 856 bytes 3 files changed, 257 insertions(+) create mode 100644 docs/d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.html create mode 100644 docs/d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.js create mode 100644 docs/d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.png (limited to 'docs/d0/ddb') diff --git a/docs/d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.html b/docs/d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.html new file mode 100644 index 0000000..ee98011 --- /dev/null +++ b/docs/d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.html @@ -0,0 +1,251 @@ + + + + + + + +tgbot-cpp: TgBot::InlineQueryResultCachedSticker Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::InlineQueryResultCachedSticker Class Reference
+
+
+ +

#include <InlineQueryResultCachedSticker.h>

+
+Inheritance diagram for TgBot::InlineQueryResultCachedSticker:
+
+
+ + +TgBot::InlineQueryResult + +
+ + + + + + + +

+Public Types

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

+Public Member Functions

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

+Public Attributes

std::string stickerFileId
 
- 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 sticker stored on the Telegram servers.

+ +

Definition at line 19 of file InlineQueryResultCachedSticker.h.

+

Member Typedef Documentation

+ +

◆ Ptr

+ +
+
+ +

Definition at line 23 of file InlineQueryResultCachedSticker.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ InlineQueryResultCachedSticker()

+ +
+
+ + + + + +
+ + + + + + + +
TgBot::InlineQueryResultCachedSticker::InlineQueryResultCachedSticker ()
+
+inline
+
+ +

Definition at line 25 of file InlineQueryResultCachedSticker.h.

+ +
+
+

Member Data Documentation

+ +

◆ stickerFileId

+ +
+
+ + + + +
std::string TgBot::InlineQueryResultCachedSticker::stickerFileId
+
+

A valid file identifier of the sticker

+ +

Definition at line 32 of file InlineQueryResultCachedSticker.h.

+ +
+
+ +

◆ TYPE

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

Definition at line 21 of file InlineQueryResultCachedSticker.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.js b/docs/d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.js new file mode 100644 index 0000000..9ec95fc --- /dev/null +++ b/docs/d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.js @@ -0,0 +1,6 @@ +var class_tg_bot_1_1_inline_query_result_cached_sticker = +[ + [ "Ptr", "d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.html#a5b4730538d2f7fc2ba4ebbd244922d60", null ], + [ "InlineQueryResultCachedSticker", "d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.html#a5058676da96b77c58d6abb1979b0783e", null ], + [ "stickerFileId", "d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.html#a64bd220c343ee8165afc4e079bcb52fb", null ] +]; \ No newline at end of file diff --git a/docs/d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.png b/docs/d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.png new file mode 100644 index 0000000..8d0c559 Binary files /dev/null and b/docs/d0/ddb/class_tg_bot_1_1_inline_query_result_cached_sticker.png differ -- cgit v1.2.3