From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/da/db1/_inline_keyboard_markup_8h.html | 118 --------------------- docs/da/db1/_inline_keyboard_markup_8h_source.html | 105 ------------------ 2 files changed, 223 deletions(-) delete mode 100644 docs/da/db1/_inline_keyboard_markup_8h.html delete mode 100644 docs/da/db1/_inline_keyboard_markup_8h_source.html (limited to 'docs/da/db1') diff --git a/docs/da/db1/_inline_keyboard_markup_8h.html b/docs/da/db1/_inline_keyboard_markup_8h.html deleted file mode 100644 index b5d00ed..0000000 --- a/docs/da/db1/_inline_keyboard_markup_8h.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/InlineKeyboardMarkup.h File Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
InlineKeyboardMarkup.h File Reference
-
-
-
#include <vector>
-#include <memory>
-#include "tgbot/types/GenericReply.h"
-#include "tgbot/types/InlineKeyboardButton.h"
-
-

Go to the source code of this file.

- - - - -

-Classes

class  TgBot::InlineKeyboardMarkup
 
- - - -

-Namespaces

 TgBot
 
-
-
- - - - diff --git a/docs/da/db1/_inline_keyboard_markup_8h_source.html b/docs/da/db1/_inline_keyboard_markup_8h_source.html deleted file mode 100644 index ce6e6d1..0000000 --- a/docs/da/db1/_inline_keyboard_markup_8h_source.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/InlineKeyboardMarkup.h Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
InlineKeyboardMarkup.h
-
-
-Go to the documentation of this file.
1 //
2 // Created by Andrea Giove on 17/04/16.
3 //
4 
5 #ifndef TGBOT_INLINEKEYBOARDMARKUP_H
6 #define TGBOT_INLINEKEYBOARDMARKUP_H
7 
8 #include <vector>
9 #include <memory>
10 
13 
14 namespace TgBot {
15 
21 public:
22  typedef std::shared_ptr<InlineKeyboardMarkup> Ptr;
23 
27  std::vector<std::vector<InlineKeyboardButton::Ptr>> inlineKeyboard;
28 
29 };
30 }
31 
32 #endif //TGBOT_INLINEKEYBOARDMARKUP_H
Definition: Api.h:44
- -
std::shared_ptr< InlineKeyboardMarkup > Ptr
- -
std::vector< std::vector< InlineKeyboardButton::Ptr > > inlineKeyboard
- - -
-
- - - - -- cgit v1.2.3