MadelineProtoDocs/docs/API_docs/constructors/replyInlineMarkup.md
2024-05-01 14:53:46 +02:00

714 B

title description nav_exclude image
replyInlineMarkup Bot or inline keyboard true 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]];