Skip to main content

ReplyKeyboardMarkup

This object represents a custom keyboard with reply options. Not supported in channels.

📝 Schema

FieldTypeDescription
keyboardArray of Array of KeyboardButtonArray of button rows, each represented by an Array of KeyboardButton objects

⚙️ Get methods

getKeyboard()

Retrieves the keyboard array, which contains button rows. Each row is an array of KeyboardButton objects.

$keyboard = $replyKeyboardMarkupObject->getKeyboard();

➕ More

tip

For further information, refer to the official Bale documentation for more details.