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