From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/d8/d6e/_inline_query_8h_source.html | 110 ------------------------------- 1 file changed, 110 deletions(-) delete mode 100644 docs/d8/d6e/_inline_query_8h_source.html (limited to 'docs/d8/d6e/_inline_query_8h_source.html') diff --git a/docs/d8/d6e/_inline_query_8h_source.html b/docs/d8/d6e/_inline_query_8h_source.html deleted file mode 100644 index 7d0471a..0000000 --- a/docs/d8/d6e/_inline_query_8h_source.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/InlineQuery.h Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
InlineQuery.h
-
-
-Go to the documentation of this file.
1 //
2 // Created by Andrea Giove on 26/03/16.
3 //
4 
5 #ifndef TGBOT_INLINEQUERY_H
6 #define TGBOT_INLINEQUERY_H
7 
8 #include <memory>
9 #include <string>
10 
11 #include "tgbot/types/User.h"
12 #include "tgbot/types/Location.h"
13 
14 namespace TgBot {
15 
20 class InlineQuery {
21 public:
22  typedef std::shared_ptr<InlineQuery> Ptr;
23 
27  std::string id;
28 
33 
38 
42  std::string query;
43 
47  std::string offset;
48 };
49 
50 }
51 
52 #endif //TGBOT_INLINEQUERY_H
Definition: Api.h:44
- -
std::shared_ptr< Location > Ptr
Definition: Location.h:37
-
std::string query
Definition: InlineQuery.h:42
-
Location::Ptr location
Definition: InlineQuery.h:37
-
std::string offset
Definition: InlineQuery.h:47
- - - -
std::shared_ptr< InlineQuery > Ptr
Definition: InlineQuery.h:22
-
std::string id
Definition: InlineQuery.h:27
-
std::shared_ptr< User > Ptr
Definition: User.h:38
-
-
- - - - -- cgit v1.2.3