View Source ExTDLib.Object.RichTextAnchorLink (ExTDLib v0.0.4)
A link to an anchor on the same web page.
| Name | Type | Description |
|---|---|---|
| text | RichText | The link text. |
| anchor_name | string | The anchor name. If the name is empty, the link must bring back to top. |
| url | string | An HTTP URL, opening the anchor. |
More details on telegram's documentation.