--- title: keyboardButtonBuy description: keyboardButtonBuy attributes, type and example --- ## Constructor: keyboardButtonBuy [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |text|[string](../types/string.md) | Yes| ### Type: [KeyboardButton](../types/KeyboardButton.md) ### Example: ``` $keyboardButtonBuy = ['_' => 'keyboardButtonBuy', 'text' => string, ]; ``` Or, if you're into Lua: ``` keyboardButtonBuy={_='keyboardButtonBuy', text=string, } ```