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