RichTextReferenceLink
A link to a reference.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the rich text, always “reference_link” |
text | RichText | required | The link text |
reference_name | string | required | The name of the reference |
import
import type { RichTextReferenceLink } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richtextreferencelink