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

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.

Detailed Description

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

Definition at line 4427 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 4428 of file Types.h.

Member Data Documentation

◆ inlineKeyboard

std::vector<std::vector<std::shared_ptr<InlineKeyboardButton> > > TgBot::InlineKeyboardMarkup::inlineKeyboard { }

Array of button rows, each represented by an Array of InlineKeyboardButton objects.

Definition at line 4433 of file Types.h.


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