mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
714 B
714 B
title | description | nav_exclude | image |
---|---|---|---|
replyInlineMarkup | Bot or inline keyboard | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: replyInlineMarkup
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]];