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

30 lines
714 B
Markdown

---
title: "replyInlineMarkup"
description: "Bot or inline keyboard"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: replyInlineMarkup
[Back to constructors index](/API_docs/constructors/index.html)
Bot or inline keyboard
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|rows|Array of [KeyboardButtonRow](/API_docs/types/KeyboardButtonRow.html) | Yes|Bot or inline keyboard rows|
### Type: [ReplyMarkup](/API_docs/types/ReplyMarkup.html)
### Example:
```
$replyInlineMarkup = ['_' => 'replyInlineMarkup', 'rows' => [KeyboardButtonRow, KeyboardButtonRow]];
```