textUrl
Link
type tg.TextURL struct { /* ... */ }
Implements RichText.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Text | RichTextClass | yes | Text of link |
URL | string | yes | Webpage HTTP URL |
WebpageID | int64 | yes | If a preview was already generated for the page, the page ID |
References
- Official documentation
- Generated Go reference
- TL definition:
textUrl#3c2884c1