Skip to content
GramIO
Search
K
Main Navigation
Home
Get started
Plugins
TS API Reference
Bot API Reference
Changelogs
English
Русский
Telegram
English
Русский
Appearance
Telegram
npm
npm
yarn
pnpm
bun
Menu
Return to top
On this page
RichTextAnchorLink
Copy page
Official docs ↗
A link to an anchor.
Fields
type
String
=
anchor_link
Required
Type of the rich text, always "anchor\_link"
text
RichText
Required
The link text
anchor_name
String
Required
The name of the anchor. If the name is empty, then the link brings back to the top of the message.
GramIO Usage
See Also