Rich messages

RichTextAnchorLink

A link to an anchor.

fields

fieldtyperequireddescription
typestringrequiredType of the rich text, always “anchor_link”
textRichTextrequiredThe link text
anchor_namestringrequiredThe name of the anchor. If the name is empty, then the link brings back to the top of the message.

import

types.ts
import type { RichTextAnchorLink } from "@yaebal/types";

used by

types