mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:37:49 +01:00
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, }