|
Telebot 9.4
Library for Telegram bot API
|
This object represents an inline keyboard that appears right next to the message it belongs to. More...
#include <telebot-types.h>
Public Attributes | |
| telebot_inline_keyboard_button_t * | inline_keyboard |
| int | rows |
| int | cols |
This object represents an inline keyboard that appears right next to the message it belongs to.
| int telebot_inline_keyboard_markup::cols |
Number of columns
| telebot_inline_keyboard_button_t* telebot_inline_keyboard_markup::inline_keyboard |
Array of button rows, each represented by an Array of InlineKeyboardButton objects
| int telebot_inline_keyboard_markup::rows |
Number of rows