From ce9bcf9d653a0598b41fcf52708d01b396c6fd30 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 27 May 2018 22:44:51 +0300 Subject: Update README.md and docs --- docs/_input_text_message_content_8h_source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/_input_text_message_content_8h_source.html') diff --git a/docs/_input_text_message_content_8h_source.html b/docs/_input_text_message_content_8h_source.html index c80d3c4..bcbd792 100644 --- a/docs/_input_text_message_content_8h_source.html +++ b/docs/_input_text_message_content_8h_source.html @@ -84,10 +84,10 @@ $(document).ready(function(){initNavTree('_input_text_message_content_8h_source.
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
+
Definition: Api.h:46
- + @@ -98,7 +98,7 @@ $(document).ready(function(){initNavTree('_input_text_message_content_8h_source.