| tgbot-cpp
    | 
This object represents an inline keyboard that appears right next to the message it belongs to. More...
#include <InlineKeyboardMarkup.h>
 
  
| Public Types | |
| typedef std::shared_ptr< InlineKeyboardMarkup > | Ptr | 
| Public Types inherited from TgBot::GenericReply | |
| typedef std::shared_ptr< GenericReply > | Ptr | 
| Public Attributes | |
| std::vector< std::vector< InlineKeyboardButton::Ptr > > | inlineKeyboard | 
| Array of button rows, each represented by an Array of InlineKeyboardButton objects. | |
| Additional Inherited Members | |
| Public Member Functions inherited from TgBot::GenericReply | |
| virtual | ~GenericReply () | 
This object represents an inline keyboard that appears right next to the message it belongs to.
Definition at line 17 of file InlineKeyboardMarkup.h.
| typedef std::shared_ptr<InlineKeyboardMarkup> TgBot::InlineKeyboardMarkup::Ptr | 
Definition at line 20 of file InlineKeyboardMarkup.h.
| std::vector<std::vector<InlineKeyboardButton::Ptr> > TgBot::InlineKeyboardMarkup::inlineKeyboard | 
Array of button rows, each represented by an Array of InlineKeyboardButton objects.
Definition at line 25 of file InlineKeyboardMarkup.h.