17 lines
298 B
Markdown
17 lines
298 B
Markdown
|
## Constructor: keyboardButton
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|text|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [KeyboardButton](../types/KeyboardButton.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$keyboardButton = ['text' => string, ];
|
||
|
```
|