GramIO API Reference / gramio/dist / TelegramRichTextAnchorLink
Interface: TelegramRichTextAnchorLink
Defined in: @gramio/types/out/objects.d.ts:7693
A link to an anchor.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
anchor_name | string | The name of the anchor. If the name is empty, then the link brings back to the top of the message. | @gramio/types/out/objects.d.ts:7705 |
text | TelegramRichText | The link text | @gramio/types/out/objects.d.ts:7701 |
type | "anchor_link" | Type of the rich text, always “anchor_link” | @gramio/types/out/objects.d.ts:7697 |