27 lines
500 B
Markdown
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], ];
|
||
|
```
|
||
|
|