562 B
562 B
title | description |
---|---|
keyboardButtonBuy | keyboardButtonBuy attributes, type and example |
Constructor: keyboardButtonBuy
Attributes:
Name | Type | Required |
---|---|---|
text | string | Yes |
Type: KeyboardButton
Example:
$keyboardButtonBuy = ['_' => 'keyboardButtonBuy', 'text' => string, ];
Or, if you're into Lua:
keyboardButtonBuy={_='keyboardButtonBuy', text=string, }