MadelineProtoDocs/old_docs/API_docs_v30/constructors/replyInlineMarkup.md

761 B

title description image
replyInlineMarkup Bot or inline keyboard https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: replyInlineMarkup

Back to constructors index

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]];

Or, if you're into Lua:

replyInlineMarkup={_='replyInlineMarkup', rows={KeyboardButtonRow}}