MadelineProtoDocs/docs/TD_docs/constructors/richTextUrl.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
501 B
Markdown

---
title: richTextUrl
description: Rich text URL link
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: richTextUrl
[Back to constructors index](index.md)
Rich text URL link
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|text|[RichText](../types/RichText.md) | Yes|The text|
|url|[string](../types/string.md) | Yes|The URL|
### Type: [RichText](../types/RichText.md)