From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +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 deletions(-) delete mode 100644 docs/da/d92/_inline_query_result_8h.html delete 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 deleted file mode 100644 index d76d4fb..0000000 --- a/docs/da/d92/_inline_query_result_8h.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - -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 deleted file mode 100644 index aaf46fc..0000000 --- a/docs/da/d92/_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