MadelineProtoDocs/docs/TD_docs/constructors/inlineKeyboardButton.md

24 lines
576 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: inlineKeyboardButton
description: Represents one button of the inline keyboard
---
## Constructor: inlineKeyboardButton
[Back to constructors index](index.md)
Represents one button of the inline keyboard
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|text|[string](../types/string.md) | Yes|Text of the button|
|type|[InlineKeyboardButtonType](../types/InlineKeyboardButtonType.md) | Yes|Type of the button|
### Type: [InlineKeyboardButton](../types/InlineKeyboardButton.md)