GramIO API Reference / gramio/dist / TelegramRichTextReferenceLink
Interface: TelegramRichTextReferenceLink
Defined in: @gramio/types/out/objects.d.ts:7733
A link to a reference.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
reference_name | string | The name of the reference | @gramio/types/out/objects.d.ts:7745 |
text | TelegramRichText | The link text | @gramio/types/out/objects.d.ts:7741 |
type | "reference_link" | Type of the rich text, always “reference_link” | @gramio/types/out/objects.d.ts:7737 |