732 B
732 B
title | description | image |
---|---|---|
replyInlineMarkup | Reply inline markup | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: replyInlineMarkup
Reply inline markup
Attributes:
Name | Type | Required | Description |
---|---|---|---|
rows | Array of KeyboardButtonRow | Yes | Rows |
Type: ReplyMarkup
Example:
$replyInlineMarkup = ['_' => 'replyInlineMarkup', 'rows' => [KeyboardButtonRow, KeyboardButtonRow]];
Or, if you're into Lua:
replyInlineMarkup={_='replyInlineMarkup', rows={KeyboardButtonRow}}