tgbot-cpp
Loading...
Searching...
No Matches
TgBot::InlineKeyboardMarkup Class Reference

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

#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
 Array of button rows, each represented by an Array of InlineKeyboardButton objects.
 

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 17 of file InlineKeyboardMarkup.h.

Member Typedef Documentation

◆ Ptr

Definition at line 19 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 24 of file InlineKeyboardMarkup.h.


The documentation for this class was generated from the following file: