MadelineProto/docs/API_docs/constructors/replyInlineMarkup.md
2016-12-20 13:32:11 +01:00

25 lines
495 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], ];
```