MadelineProto/old_docs/API_docs_v51/constructors/replyInlineMarkup.md

27 lines
500 B
Markdown

---
title: replyInlineMarkup
description: replyInlineMarkup attributes, type and example
---
## Constructor: replyInlineMarkup
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|rows|Array of [KeyboardButtonRow](../types/KeyboardButtonRow.md) | Required|
### Type: [ReplyMarkup](../types/ReplyMarkup.md)
### Example:
```
$replyInlineMarkup = ['_' => 'replyInlineMarkup', 'rows' => [Vector t], ];
```