From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/d8/d05/_reply_keyboard_remove_8h.html | 116 ---------------------- docs/d8/d05/_reply_keyboard_remove_8h_source.html | 105 -------------------- 2 files changed, 221 deletions(-) delete mode 100644 docs/d8/d05/_reply_keyboard_remove_8h.html delete mode 100644 docs/d8/d05/_reply_keyboard_remove_8h_source.html (limited to 'docs/d8/d05') diff --git a/docs/d8/d05/_reply_keyboard_remove_8h.html b/docs/d8/d05/_reply_keyboard_remove_8h.html deleted file mode 100644 index 2997ef6..0000000 --- a/docs/d8/d05/_reply_keyboard_remove_8h.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/ReplyKeyboardRemove.h File Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
ReplyKeyboardRemove.h File Reference
-
-
-
#include <memory>
-#include "tgbot/types/GenericReply.h"
-
-

Go to the source code of this file.

- - - - -

-Classes

class  TgBot::ReplyKeyboardRemove
 
- - - -

-Namespaces

 TgBot
 
-
-
- - - - diff --git a/docs/d8/d05/_reply_keyboard_remove_8h_source.html b/docs/d8/d05/_reply_keyboard_remove_8h_source.html deleted file mode 100644 index 495472e..0000000 --- a/docs/d8/d05/_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 
21 
22 public:
23  typedef std::shared_ptr<ReplyKeyboardRemove> Ptr;
24 
29  const bool removeKeyboard = true;
30 
35  bool selective = false;
36 };
37 
38 }
39 
40 #endif //TGBOT_CPP_REPLYKEYBOARDREMOVE_H
Definition: Api.h:44
- - - -
std::shared_ptr< ReplyKeyboardRemove > Ptr
- - -
-
- - - - -- cgit v1.2.3