Link Search Menu Expand Document

Constructor: replyInlineMarkup

Back to constructors index

Bot or inline keyboard

Attributes:

NameTypeRequiredDescription
rowsArray of KeyboardButtonRowYesBot or inline keyboard rows

Type: ReplyMarkup

Example:

$replyInlineMarkup = ['_' => 'replyInlineMarkup', 'rows' => [KeyboardButtonRow, KeyboardButtonRow]];