770 B
770 B
title | description |
---|---|
replyMarkupInlineKeyboard | Contains inline keyboard layout |
Constructor: replyMarkupInlineKeyboard
Contains inline keyboard layout
Attributes:
Name | Type | Required | Description |
---|---|---|---|
rows | Array of inlineKeyboardButton> | Yes | List of rows of inline keyboard buttons |
Type: ReplyMarkup
Example:
$replyMarkupInlineKeyboard = ['_' => 'replyMarkupInlineKeyboard', 'rows' => [inlineKeyboardButton>], ];
Or, if you're into Lua:
replyMarkupInlineKeyboard={_='replyMarkupInlineKeyboard', rows={inlineKeyboardButton>}, }