ReplyKeyboardMarkup
This object represents a custom keyboard with reply options. Not supported in channels.
📝 Schema
Field | Type | Description |
---|---|---|
keyboard | Array of Array of KeyboardButton | Array 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.