From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d7/d8b/_chosen_inline_result_8h.html | 118 +++++++++++++++++++++++ docs/d7/d8b/_chosen_inline_result_8h_source.html | 110 +++++++++++++++++++++ 2 files changed, 228 insertions(+) create mode 100644 docs/d7/d8b/_chosen_inline_result_8h.html create mode 100644 docs/d7/d8b/_chosen_inline_result_8h_source.html (limited to 'docs/d7/d8b') diff --git a/docs/d7/d8b/_chosen_inline_result_8h.html b/docs/d7/d8b/_chosen_inline_result_8h.html new file mode 100644 index 0000000..d3af14e --- /dev/null +++ b/docs/d7/d8b/_chosen_inline_result_8h.html @@ -0,0 +1,118 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/ChosenInlineResult.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ChosenInlineResult.h File Reference
+
+
+
#include <string>
+#include <memory>
+#include "tgbot/types/User.h"
+#include "tgbot/types/Location.h"
+
+

Go to the source code of this file.

+ + + + +

+Classes

class  TgBot::ChosenInlineResult
 
+ + + +

+Namespaces

 TgBot
 
+
+
+ + + + diff --git a/docs/d7/d8b/_chosen_inline_result_8h_source.html b/docs/d7/d8b/_chosen_inline_result_8h_source.html new file mode 100644 index 0000000..3b1b7d7 --- /dev/null +++ b/docs/d7/d8b/_chosen_inline_result_8h_source.html @@ -0,0 +1,110 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/ChosenInlineResult.h Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
ChosenInlineResult.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Andrea Giove on 27/03/16.
3 //
4 
5 #ifndef TGBOT_CHOSENINLINERESULT_H
6 #define TGBOT_CHOSENINLINERESULT_H
7 
8 #include <string>
9 #include <memory>
10 
11 #include "tgbot/types/User.h"
12 #include "tgbot/types/Location.h"
13 
14 namespace TgBot {
15 
21 public:
22  typedef std::shared_ptr<ChosenInlineResult> Ptr;
23 
27  std::string resultId;
28 
33 
38 
44  std::string inlineMessageId;
45 
49  std::string query;
50 };
51 }
52 
53 #endif //TGBOT_CHOSENINLINERESULT_H
+ + +
Definition: Api.h:44
+
std::shared_ptr< Location > Ptr
Definition: Location.h:37
+
std::shared_ptr< ChosenInlineResult > Ptr
+ + + + + +
std::shared_ptr< User > Ptr
Definition: User.h:38
+
+
+ + + + -- cgit v1.2.3