From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- .../class_tg_bot_1_1_inline_keyboard_markup.html | 175 +++++++++++++++++++++ .../d8a/class_tg_bot_1_1_inline_keyboard_markup.js | 5 + .../class_tg_bot_1_1_inline_keyboard_markup.png | Bin 0 -> 748 bytes 3 files changed, 180 insertions(+) create mode 100644 docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.html create mode 100644 docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.js create mode 100644 docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.png (limited to 'docs/d5/d8a') diff --git a/docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.html b/docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.html new file mode 100644 index 0000000..e5bbae5 --- /dev/null +++ b/docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.html @@ -0,0 +1,175 @@ + + + + + + + +tgbot-cpp: TgBot::InlineKeyboardMarkup Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::InlineKeyboardMarkup Class Reference
+
+
+ +

#include <InlineKeyboardMarkup.h>

+
+Inheritance diagram for TgBot::InlineKeyboardMarkup:
+
+
+ + +TgBot::GenericReply + +
+ + + + + + + +

+Public Types

typedef std::shared_ptr< InlineKeyboardMarkupPtr
 
- Public Types inherited from TgBot::GenericReply
typedef std::shared_ptr< GenericReplyPtr
 
+ + + +

+Public Attributes

std::vector< std::vector< InlineKeyboardButton::Ptr > > inlineKeyboard
 
+ + + + +

+Additional Inherited Members

- Public Member Functions inherited from TgBot::GenericReply
virtual ~GenericReply ()
 
+

Detailed Description

+

This object represents an inline keyboard that appears right next to the message it belongs to.

+ +

Definition at line 20 of file InlineKeyboardMarkup.h.

+

Member Typedef Documentation

+ +

◆ Ptr

+ +
+
+ + + + +
typedef std::shared_ptr<InlineKeyboardMarkup> TgBot::InlineKeyboardMarkup::Ptr
+
+ +

Definition at line 22 of file InlineKeyboardMarkup.h.

+ +
+
+

Member Data Documentation

+ +

◆ inlineKeyboard

+ +
+
+ + + + +
std::vector<std::vector<InlineKeyboardButton::Ptr> > TgBot::InlineKeyboardMarkup::inlineKeyboard
+
+

Array of button rows, each represented by an Array of InlineKeyboardButton objects.

+ +

Definition at line 27 of file InlineKeyboardMarkup.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.js b/docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.js new file mode 100644 index 0000000..469fca5 --- /dev/null +++ b/docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.js @@ -0,0 +1,5 @@ +var class_tg_bot_1_1_inline_keyboard_markup = +[ + [ "Ptr", "d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.html#a596873291582fb23cfbe6b62e20df8e7", null ], + [ "inlineKeyboard", "d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.html#a7ff086034bc62f1a791f2e872e652b4b", null ] +]; \ No newline at end of file diff --git a/docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.png b/docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.png new file mode 100644 index 0000000..f19384c Binary files /dev/null and b/docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.png differ -- cgit v1.2.3