From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/_inline_keyboard_markup_8h_source.html | 105 ---------------------------- 1 file changed, 105 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 d95bd02..0000000 --- a/docs/_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 
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:47
- -
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