2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: replyMarkupInlineKeyboard
|
|
|
|
description: Contains inline keyboard layout
|
|
|
|
---
|
|
|
|
## Constructor: replyMarkupInlineKeyboard
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Contains inline keyboard layout
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-09-29 16:09:05 +02:00
|
|
|
|rows|Array of [inlineKeyboardButton](../constructors/inlineKeyboardButton.md) | Yes|List of rows of inline keyboard buttons|
|
2017-03-11 19:54:51 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [ReplyMarkup](../types/ReplyMarkup.md)
|
|
|
|
|
|
|
|
|