From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/_inline_query_result_8h_source.html | 113 ------------------------------- 1 file changed, 113 deletions(-) delete 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 deleted file mode 100644 index c920f7e..0000000 --- a/docs/_inline_query_result_8h_source.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - -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