From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/_inline_keyboard_markup_8h_source.html | 129 ---------------------------- 1 file changed, 129 deletions(-) delete mode 100644 docs/_inline_keyboard_markup_8h_source.html (limited to 'docs/_inline_keyboard_markup_8h_source.html') diff --git a/docs/_inline_keyboard_markup_8h_source.html b/docs/_inline_keyboard_markup_8h_source.html deleted file mode 100644 index 02aca45..0000000 --- a/docs/_inline_keyboard_markup_8h_source.html +++ /dev/null @@ -1,129 +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 
22 public:
23  typedef std::shared_ptr<InlineKeyboardMarkup> Ptr;
24 
28  std::vector<std::vector<InlineKeyboardButton::Ptr>> inlineKeyboard;
29 
30 };
31 }
32 
33 #endif //TGBOT_INLINEKEYBOARDMARKUP_H
Definition: Api.h:49
- -
std::shared_ptr< InlineKeyboardMarkup > Ptr
-
This abstract class is base of all keyboard related events.
Definition: GenericReply.h:34
-
std::vector< std::vector< InlineKeyboardButton::Ptr > > inlineKeyboard
Array of button rows, each represented by an Array of InlineKeyboardButton objects.
- -
This object represents an inline keyboard that appears right next to the message it belongs to...
-
-
- - - - -- cgit v1.2.3