MadelineProtoDocs/docs/TD_docs/constructors/keyboardButton.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
607 B
Markdown

---
title: keyboardButton
description: Represents one button of the bot keyboard
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: keyboardButton
[Back to constructors index](index.md)
Represents one button of the bot keyboard
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|text|[string](../types/string.md) | Yes|Text of the button|
|type|[KeyboardButtonType](../types/KeyboardButtonType.md) | Yes|Type of the button|
### Type: [KeyboardButton](../types/KeyboardButton.md)