MadelineProto/docs/API_docs/constructors/textUrl.md

29 lines
550 B
Markdown
Raw Normal View History

---
title: textUrl
description: textUrl attributes, type and example
---
## Constructor: textUrl
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|text|[RichText](../types/RichText.md) | Required|
|url|[string](../types/string.md) | Required|
|webpage\_id|[long](../types/long.md) | Required|
### Type: [RichText](../types/RichText.md)
### Example:
```
$textUrl = ['_' => 'textUrl', 'text' => RichText, 'url' => string, 'webpage_id' => long, ];
```