From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/_inline_query_result_8h_source.html | 113 +++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 docs/_inline_query_result_8h_source.html (limited to 'docs/_inline_query_result_8h_source.html') diff --git a/docs/_inline_query_result_8h_source.html b/docs/_inline_query_result_8h_source.html new file mode 100644 index 0000000..83da11c --- /dev/null +++ b/docs/_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