Constructor: keyboardButtonUrl
URL button
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| style | KeyboardButtonStyle | Optional | |
| text | string | Yes | Button label |
| url | string | Yes | URL |
Type: KeyboardButton
Example:
$keyboardButtonUrl = ['_' => 'keyboardButtonUrl', 'style' => KeyboardButtonStyle, 'text' => 'string', 'url' => 'string'];