mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 17:27:43 +01:00
18 lines
367 B
Markdown
18 lines
367 B
Markdown
## Constructor: keyboardButtonUrl
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|text|[string](../types/string.md) | Required|
|
|
|url|[string](../types/string.md) | Required|
|
|
|
|
|
|
### Type: [KeyboardButton](../types/KeyboardButton.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$keyboardButtonUrl = ['text' => string, 'url' => string, ];
|
|
``` |