From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +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 748 -> 0 bytes 3 files changed, 180 deletions(-) delete mode 100644 docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.html delete mode 100644 docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.js delete 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 deleted file mode 100644 index e5bbae5..0000000 --- a/docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - -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 deleted file mode 100644 index 469fca5..0000000 --- a/docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.js +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index f19384c..0000000 Binary files a/docs/d5/d8a/class_tg_bot_1_1_inline_keyboard_markup.png and /dev/null differ -- cgit v1.2.3