5 #ifndef TGBOT_INLINEKEYBOARDMARKUP_H 6 #define TGBOT_INLINEKEYBOARDMARKUP_H 23 typedef std::shared_ptr<InlineKeyboardMarkup>
Ptr;
33 #endif //TGBOT_INLINEKEYBOARDMARKUP_H
std::shared_ptr< InlineKeyboardMarkup > Ptr
This abstract class is base of all keyboard related events.
std::vector< std::vector< InlineKeyboardButton::Ptr > > 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...