MadelineProto/docs/TD_docs/constructors/inlineKeyboardButtonTypeUrl.md

23 lines
481 B
Markdown
Raw Normal View History

---
title: inlineKeyboardButtonTypeUrl
description: A button which opens the specified URL
---
## Constructor: inlineKeyboardButtonTypeUrl
[Back to constructors index](index.md)
A button which opens the specified URL
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|url|[string](../types/string.md) | Yes|URL to open|
### Type: [InlineKeyboardButtonType](../types/InlineKeyboardButtonType.md)