From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/_reply_keyboard_remove_8h_source.html | 105 ----------------------------- 1 file changed, 105 deletions(-) delete mode 100644 docs/_reply_keyboard_remove_8h_source.html (limited to 'docs/_reply_keyboard_remove_8h_source.html') diff --git a/docs/_reply_keyboard_remove_8h_source.html b/docs/_reply_keyboard_remove_8h_source.html deleted file mode 100644 index be0c3a1..0000000 --- a/docs/_reply_keyboard_remove_8h_source.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/ReplyKeyboardRemove.h Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
ReplyKeyboardRemove.h
-
-
-Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_CPP_REPLYKEYBOARDREMOVE_H
6 #define TGBOT_CPP_REPLYKEYBOARDREMOVE_H
7 
8 #include <memory>
9 
11 
12 namespace TgBot {
13 
23 
24 public:
25  typedef std::shared_ptr<ReplyKeyboardRemove> Ptr;
26 
32  const bool removeKeyboard = true;
33 
39  bool selective = false;
40 };
41 
42 }
43 
44 #endif //TGBOT_CPP_REPLYKEYBOARDREMOVE_H
Definition: Api.h:47
- -
This abstract class is base of all keyboard related events.
Definition: GenericReply.h:34
-
Upon receiving a message with this object, Telegram clients will remove the current custom keyboard a...
-
std::shared_ptr< ReplyKeyboardRemove > Ptr
-
const bool removeKeyboard
Requests clients to remove the custom keyboard (user will not be able to summon this keyboard;...
-
bool selective
Optional. Use this parameter if you want to remove the keyboard for specific users only...
-
-
- - - - -- cgit v1.2.3 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/_reply_keyboard_remove_8h_source.html | 129 +++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 docs/_reply_keyboard_remove_8h_source.html (limited to 'docs/_reply_keyboard_remove_8h_source.html') diff --git a/docs/_reply_keyboard_remove_8h_source.html b/docs/_reply_keyboard_remove_8h_source.html new file mode 100644 index 0000000..c543d19 --- /dev/null +++ b/docs/_reply_keyboard_remove_8h_source.html @@ -0,0 +1,129 @@ + + + + + + +tgbot-cpp: include/tgbot/types/ReplyKeyboardRemove.h Source File + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
ReplyKeyboardRemove.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_CPP_REPLYKEYBOARDREMOVE_H
6 #define TGBOT_CPP_REPLYKEYBOARDREMOVE_H
7 
8 #include <memory>
9 
11 
12 namespace TgBot {
13 
23 
24 public:
25  typedef std::shared_ptr<ReplyKeyboardRemove> Ptr;
26 
32  const bool removeKeyboard = true;
33 
39  bool selective = false;
40 };
41 
42 }
43 
44 #endif //TGBOT_CPP_REPLYKEYBOARDREMOVE_H
Definition: Api.h:49
+ +
This abstract class is base of all keyboard related events.
Definition: GenericReply.h:34
+
Upon receiving a message with this object, Telegram clients will remove the current custom keyboard a...
+
std::shared_ptr< ReplyKeyboardRemove > Ptr
+
const bool removeKeyboard
Requests clients to remove the custom keyboard (user will not be able to summon this keyboard;...
+
bool selective
Optional. Use this parameter if you want to remove the keyboard for specific users only...
+
+
+ + + + -- cgit v1.2.3