From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/_input_message_content_8h_source.html | 128 ----------------------------- 1 file changed, 128 deletions(-) delete mode 100644 docs/_input_message_content_8h_source.html (limited to 'docs/_input_message_content_8h_source.html') diff --git a/docs/_input_message_content_8h_source.html b/docs/_input_message_content_8h_source.html deleted file mode 100644 index 70dc3da..0000000 --- a/docs/_input_message_content_8h_source.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - -tgbot-cpp: include/tgbot/types/InputMessageContent.h Source File - - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
InputMessageContent.h
-
-
-Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_INPUTMESSAGECONTENT_H
6 #define TGBOT_INPUTMESSAGECONTENT_H
7 
8 #include <memory>
9 #include <string>
10 
11 namespace TgBot {
12 
18 public:
19  typedef std::shared_ptr<InputMessageContent> Ptr;
20 
21  InputMessageContent(const std::string &tType):
22  type(tType)
23  {}
24 
32  std::string type;
33 
34  virtual ~InputMessageContent() { }
35 };
36 }
37 
38 #endif //TGBOT_INPUTMESSAGECONTENT_H
-
std::shared_ptr< InputMessageContent > Ptr
-
Definition: Api.h:49
-
InputMessageContent(const std::string &tType)
-
This object represents the content of a message to be sent as a result of an inline query...
- -
-
- - - - -- cgit v1.2.3