MadelineProto/docs/API_docs/constructors/replyInlineMarkup.md

18 lines
361 B
Markdown
Raw Normal View History

## Constructor: replyInlineMarkup
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|rows|Array of [KeyboardButtonRow](../types/KeyboardButtonRow.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [ReplyMarkup](../types/ReplyMarkup.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$replyInlineMarkup = ['_' => replyInlineMarkup', 'rows' => [Vector t], ];
```