# Constructor: keyboardButtonCallback
Callback button
# Attributes:
Name | Type | Required | Description |
---|---|---|---|
requires_password | Bool | Optional | |
text | string | Yes | Button text |
data | bytes | Yes | Callback data |
# Type: KeyboardButton
# Example:
$keyboardButtonCallback = ['_' => 'keyboardButtonCallback', 'requires_password' => Bool, 'text' => 'string', 'data' => 'bytes'];
Or, if you’re into Lua:
keyboardButtonCallback={_='keyboardButtonCallback', requires_password=Bool, text='string', data='bytes'}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.