MadelineProto/docs/API_docs/constructors/keyboardButtonUrl.md

18 lines
367 B
Markdown
Raw Normal View History

## 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, ];
```