From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- ...ot_1_1_inline_query_result_cached_document.html | 270 +++++++++++++++++++++ ..._bot_1_1_inline_query_result_cached_document.js | 7 + ...bot_1_1_inline_query_result_cached_document.png | Bin 0 -> 858 bytes 3 files changed, 277 insertions(+) create mode 100644 docs/de/d17/class_tg_bot_1_1_inline_query_result_cached_document.html create mode 100644 docs/de/d17/class_tg_bot_1_1_inline_query_result_cached_document.js create mode 100644 docs/de/d17/class_tg_bot_1_1_inline_query_result_cached_document.png (limited to 'docs/de/d17') diff --git a/docs/de/d17/class_tg_bot_1_1_inline_query_result_cached_document.html b/docs/de/d17/class_tg_bot_1_1_inline_query_result_cached_document.html new file mode 100644 index 0000000..29d4ca0 --- /dev/null +++ b/docs/de/d17/class_tg_bot_1_1_inline_query_result_cached_document.html @@ -0,0 +1,270 @@ + + + + + + + +tgbot-cpp: TgBot::InlineQueryResultCachedDocument Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::InlineQueryResultCachedDocument Class Reference
+
+
+ +

#include <InlineQueryResultCachedDocument.h>

+
+Inheritance diagram for TgBot::InlineQueryResultCachedDocument:
+
+
+ + +TgBot::InlineQueryResult + +
+ + + + + + + +

+Public Types

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

+Public Member Functions

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

+Public Attributes

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

+ +

Definition at line 19 of file InlineQueryResultCachedDocument.h.

+

Member Typedef Documentation

+ +

◆ Ptr

+ +
+
+ +

Definition at line 23 of file InlineQueryResultCachedDocument.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ InlineQueryResultCachedDocument()

+ +
+
+ + + + + +
+ + + + + + + +
TgBot::InlineQueryResultCachedDocument::InlineQueryResultCachedDocument ()
+
+inline
+
+ +

Definition at line 25 of file InlineQueryResultCachedDocument.h.

+ +
+
+

Member Data Documentation

+ +

◆ description

+ +
+
+ + + + +
std::string TgBot::InlineQueryResultCachedDocument::description
+
+

Optional. Short description of the result

+ +

Definition at line 37 of file InlineQueryResultCachedDocument.h.

+ +
+
+ +

◆ documentFileId

+ +
+
+ + + + +
std::string TgBot::InlineQueryResultCachedDocument::documentFileId
+
+

A valid file identifier for the file

+ +

Definition at line 32 of file InlineQueryResultCachedDocument.h.

+ +
+
+ +

◆ TYPE

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

Definition at line 21 of file InlineQueryResultCachedDocument.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/de/d17/class_tg_bot_1_1_inline_query_result_cached_document.js b/docs/de/d17/class_tg_bot_1_1_inline_query_result_cached_document.js new file mode 100644 index 0000000..10e22ac --- /dev/null +++ b/docs/de/d17/class_tg_bot_1_1_inline_query_result_cached_document.js @@ -0,0 +1,7 @@ +var class_tg_bot_1_1_inline_query_result_cached_document = +[ + [ "Ptr", "de/d17/class_tg_bot_1_1_inline_query_result_cached_document.html#ae306464c59510f2757fc6f919e33581f", null ], + [ "InlineQueryResultCachedDocument", "de/d17/class_tg_bot_1_1_inline_query_result_cached_document.html#a9863569993d146cbba9f6b82d36982fc", null ], + [ "description", "de/d17/class_tg_bot_1_1_inline_query_result_cached_document.html#adbd95fa3dd4f9d2efce22f79efff5650", null ], + [ "documentFileId", "de/d17/class_tg_bot_1_1_inline_query_result_cached_document.html#adc8dec6c94ecd3948a02123010fc9454", null ] +]; \ No newline at end of file diff --git a/docs/de/d17/class_tg_bot_1_1_inline_query_result_cached_document.png b/docs/de/d17/class_tg_bot_1_1_inline_query_result_cached_document.png new file mode 100644 index 0000000..e4b6f02 Binary files /dev/null and b/docs/de/d17/class_tg_bot_1_1_inline_query_result_cached_document.png differ -- cgit v1.2.3