RichTextUrl
A text with a link.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the rich text, always “url” |
text | RichText | required | The text |
url | string | required | URL of the link |
import
import type { RichTextUrl } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richtexturl