829 B
829 B
title | description | image |
---|---|---|
replyInlineMarkup | replyInlineMarkup attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: replyInlineMarkup
Attributes:
Name | Type | Required |
---|---|---|
rows | Array of KeyboardButtonRow | Yes |
Type: ReplyMarkup
Example:
$replyInlineMarkup = ['_' => 'replyInlineMarkup', 'rows' => [KeyboardButtonRow, KeyboardButtonRow]];
PWRTelegram json-encoded version:
{"_": "replyInlineMarkup", "rows": [KeyboardButtonRow]}
Or, if you're into Lua:
replyInlineMarkup={_='replyInlineMarkup', rows={KeyboardButtonRow}}