From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d3/d9c/_input_text_message_content_8h.html | 116 +++++++++++++++++++++ .../d9c/_input_text_message_content_8h_source.html | 107 +++++++++++++++++++ 2 files changed, 223 insertions(+) create mode 100644 docs/d3/d9c/_input_text_message_content_8h.html create mode 100644 docs/d3/d9c/_input_text_message_content_8h_source.html (limited to 'docs/d3/d9c') diff --git a/docs/d3/d9c/_input_text_message_content_8h.html b/docs/d3/d9c/_input_text_message_content_8h.html new file mode 100644 index 0000000..8bee2f8 --- /dev/null +++ b/docs/d3/d9c/_input_text_message_content_8h.html @@ -0,0 +1,116 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/InputTextMessageContent.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
InputTextMessageContent.h File Reference
+
+
+
#include <memory>
+#include <string>
+
+

Go to the source code of this file.

+ + + + +

+Classes

class  TgBot::InputTextMessageContent
 
+ + + +

+Namespaces

 TgBot
 
+
+
+ + + + diff --git a/docs/d3/d9c/_input_text_message_content_8h_source.html b/docs/d3/d9c/_input_text_message_content_8h_source.html new file mode 100644 index 0000000..60b0b16 --- /dev/null +++ b/docs/d3/d9c/_input_text_message_content_8h_source.html @@ -0,0 +1,107 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/InputTextMessageContent.h Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
InputTextMessageContent.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_INPUTTEXTMESSAGECONTENT_H
6 #define TGBOT_INPUTTEXTMESSAGECONTENT_H
7 
8 #include <memory>
9 #include <string>
10 
11 namespace TgBot {
12 
18 public:
19  typedef std::shared_ptr<InputTextMessageContent> Ptr;
20 
22  InputMessageContent("InputTextMessageContent")
23  {}
24 
28  std::string messageText;
29 
33  std::string parseMode;
34 
39 
41 };
42 }
43 
44 #endif //TGBOT_INPUTTEXTMESSAGECONTENT_H
std::shared_ptr< InputTextMessageContent > Ptr
+
Definition: Api.h:44
+ + + + + + + +
+
+ + + + -- cgit v1.2.3