From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/da/d92/_inline_query_result_8h.html | 118 ++++++++++++++++++++++++ docs/da/d92/_inline_query_result_8h_source.html | 113 +++++++++++++++++++++++ 2 files changed, 231 insertions(+) create mode 100644 docs/da/d92/_inline_query_result_8h.html create mode 100644 docs/da/d92/_inline_query_result_8h_source.html (limited to 'docs/da/d92') diff --git a/docs/da/d92/_inline_query_result_8h.html b/docs/da/d92/_inline_query_result_8h.html new file mode 100644 index 0000000..d76d4fb --- /dev/null +++ b/docs/da/d92/_inline_query_result_8h.html @@ -0,0 +1,118 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/InlineQueryResult.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
InlineQueryResult.h File Reference
+
+
+
#include <memory>
+#include <string>
+#include "tgbot/types/InlineKeyboardMarkup.h"
+#include "tgbot/types/InputMessageContent.h"
+
+

Go to the source code of this file.

+ + + + +

+Classes

class  TgBot::InlineQueryResult
 
+ + + +

+Namespaces

 TgBot
 
+
+
+ + + + diff --git a/docs/da/d92/_inline_query_result_8h_source.html b/docs/da/d92/_inline_query_result_8h_source.html new file mode 100644 index 0000000..aaf46fc --- /dev/null +++ b/docs/da/d92/_inline_query_result_8h_source.html @@ -0,0 +1,113 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/InlineQueryResult.h Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
InlineQueryResult.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Andrea Giove on 26/03/16.
3 //
4 
5 #ifndef TGBOT_INLINEQUERYRESULT_H
6 #define TGBOT_INLINEQUERYRESULT_H
7 
8 #include <memory>
9 #include <string>
10 
13 
14 namespace TgBot {
15 
21 public:
22  typedef std::shared_ptr<InlineQueryResult> Ptr;
23 
25 
26  }
27 
28  virtual ~InlineQueryResult() { }
29 
33  std::string type;
34 
38  std::string id;
39 
43  std::string title;
44 
48  std::string caption;
49 
54 
59 };
60 }
61 
62 #endif //TGBOT_INLINEQUERYRESULT_H
InlineKeyboardMarkup::Ptr replyMarkup
+ +
std::shared_ptr< InputMessageContent > Ptr
+ + + +
InputMessageContent::Ptr inputMessageContent
+
Definition: Api.h:44
+
std::shared_ptr< InlineKeyboardMarkup > Ptr
+ +
std::shared_ptr< InlineQueryResult > Ptr
+ + + + +
+
+ + + + -- cgit v1.2.3