RichTextUrl

class aiogram.types.rich_text_url.RichTextUrl(*, type: Literal[RichTextType.URL] = RichTextType.URL, text: RichTextUnion, url: str, **extra_data: Any)[source]

A text with a link.

Source: https://core.telegram.org/bots/api#richtexturl

type: Literal[RichTextType.URL]

Type of the rich text, always ‘url’

text: RichTextUnion

The text

url: str

URL of the link