27 lines
456 B
Markdown
27 lines
456 B
Markdown
|
---
|
||
|
title: keyboardButton
|
||
|
description: keyboardButton attributes, type and example
|
||
|
---
|
||
|
## Constructor: keyboardButton
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|text|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [KeyboardButton](../types/KeyboardButton.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$keyboardButton = ['_' => 'keyboardButton', 'text' => string, ];
|
||
|
```
|
||
|
|