GramIO API Reference / gramio/dist / TelegramRichTextUrl
Interface: TelegramRichTextUrl
Defined in: @gramio/types/out/objects.d.ts:7501
A text with a link.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
text | TelegramRichText | The text | @gramio/types/out/objects.d.ts:7509 |
type | "url" | Type of the rich text, always “url” | @gramio/types/out/objects.d.ts:7505 |
url | string | URL of the link | @gramio/types/out/objects.d.ts:7513 |