From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/d1/d8f/_keyboard_button_8h.html | 116 ---------------------------- docs/d1/d8f/_keyboard_button_8h_source.html | 104 ------------------------- 2 files changed, 220 deletions(-) delete mode 100644 docs/d1/d8f/_keyboard_button_8h.html delete mode 100644 docs/d1/d8f/_keyboard_button_8h_source.html (limited to 'docs/d1/d8f') diff --git a/docs/d1/d8f/_keyboard_button_8h.html b/docs/d1/d8f/_keyboard_button_8h.html deleted file mode 100644 index 6197b9a..0000000 --- a/docs/d1/d8f/_keyboard_button_8h.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/KeyboardButton.h File Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
KeyboardButton.h File Reference
-
-
-
#include <string>
-#include <memory>
-
-

Go to the source code of this file.

- - - - -

-Classes

class  TgBot::KeyboardButton
 
- - - -

-Namespaces

 TgBot
 
-
-
- - - - diff --git a/docs/d1/d8f/_keyboard_button_8h_source.html b/docs/d1/d8f/_keyboard_button_8h_source.html deleted file mode 100644 index c95674d..0000000 --- a/docs/d1/d8f/_keyboard_button_8h_source.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/KeyboardButton.h Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
KeyboardButton.h
-
-
-Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_CPP_KEYBOARDBUTTON_H
6 #define TGBOT_CPP_KEYBOARDBUTTON_H
7 
8 #include <string>
9 #include <memory>
10 
11 namespace TgBot {
12 
20 
21 public:
22  typedef std::shared_ptr<KeyboardButton> Ptr;
23 
28  std::string text;
29 
34  bool requestContact = false;
35 
39  bool requestLocation = false;
40 };
41 
42 }
43 
44 #endif //TGBOT_CPP_KEYBOARDBUTTON_H
-
Definition: Api.h:44
-
std::shared_ptr< KeyboardButton > Ptr
- - - -
-
- - - - -- cgit v1.2.3