From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +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 insertions(+) create mode 100644 docs/da/db1/_inline_keyboard_markup_8h.html create 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 new file mode 100644 index 0000000..b5d00ed --- /dev/null +++ b/docs/da/db1/_inline_keyboard_markup_8h.html @@ -0,0 +1,118 @@ + + + + + + + +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 new file mode 100644 index 0000000..ce6e6d1 --- /dev/null +++ b/docs/da/db1/_inline_keyboard_markup_8h_source.html @@ -0,0 +1,105 @@ + + + + + + + +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