MadelineProto/old_docs/API_docs_v62/constructors/keyboardButton.md

36 lines
541 B
Markdown
Raw Normal View History

---
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) | Yes|
### Type: [KeyboardButton](../types/KeyboardButton.md)
### Example:
```
$keyboardButton = ['_' => 'keyboardButton', 'text' => string, ];
```
Or, if you're into Lua:
```
keyboardButton={_='keyboardButton', text=string, }
```