Constructor: keyboardInlineButton
Attributes:
| Name | Type | Required |
|---|---|---|
| style | KeyboardButtonStyle | Optional |
| text | string | Yes |
| type | InlineButtonType | Yes |
Type: KeyboardInlineButton
Example:
$keyboardInlineButton = ['_' => 'keyboardInlineButton', 'style' => KeyboardButtonStyle, 'text' => 'string', 'type' => InlineButtonType];