Constructor: replyInlineMarkup
Bot or inline keyboard
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| rows | Array of KeyboardButtonRow | Yes | Bot or inline keyboard rows |
Type: ReplyMarkup
Example:
$replyInlineMarkup = ['_' => 'replyInlineMarkup', 'rows' => [KeyboardButtonRow, KeyboardButtonRow]];