24 lines
534 B
Markdown
24 lines
534 B
Markdown
---
|
|
title: keyboardButton
|
|
description: Represents one button of the bot keyboard
|
|
---
|
|
## 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)
|
|
|
|
|