|
tgbot-cpp
|
This object represents an inline keyboard that appears right next to the message it belongs to. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InlineKeyboardMarkup> |
Public Attributes | |
| std::vector< std::vector< std::shared_ptr< InlineKeyboardButton > > > | 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.
| using TgBot::InlineKeyboardMarkup::Ptr = std::shared_ptr<InlineKeyboardMarkup> |
| std::vector<std::vector<std::shared_ptr<InlineKeyboardButton> > > TgBot::InlineKeyboardMarkup::inlineKeyboard { } |
Array of button rows, each represented by an Array of InlineKeyboardButton objects.