class InlineKeyboardMarkup

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

Methods

__construct(InlineKeyboardButton[][] $inline_keyboard)

No description

array
getInlineKeyboard()

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

Details

at line 13
__construct(InlineKeyboardButton[][] $inline_keyboard)

No description

Parameters

InlineKeyboardButton[][] $inline_keyboard

at line 22
array getInlineKeyboard()

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

Return Value

array