613 B
613 B
title | description |
---|---|
replyInlineMarkup | replyInlineMarkup attributes, type and example |
Constructor: replyInlineMarkup
Attributes:
Name | Type | Required |
---|---|---|
rows | Array of KeyboardButtonRow | Yes |
Type: ReplyMarkup
Example:
$replyInlineMarkup = ['_' => 'replyInlineMarkup', 'rows' => [KeyboardButtonRow], ];
Or, if you're into Lua:
replyInlineMarkup={_='replyInlineMarkup', rows={KeyboardButtonRow}, }