Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_inline_keyboard_markup Struct Reference

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_tinline_keyboard
 
int rows
 
int cols
 

Detailed Description

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

Member Data Documentation

◆ cols

int telebot_inline_keyboard_markup::cols

Number of columns

◆ inline_keyboard

telebot_inline_keyboard_button_t* telebot_inline_keyboard_markup::inline_keyboard

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

◆ rows

int telebot_inline_keyboard_markup::rows

Number of rows


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