RichTextUnderline¶
- class aiogram.types.rich_text_underline.RichTextUnderline(*, type: Literal[RichTextType.UNDERLINE] = RichTextType.UNDERLINE, text: RichTextUnion, **extra_data: Any)[source]¶
An underlined text.
Source: https://core.telegram.org/bots/api#richtextunderline
- type: Literal[RichTextType.UNDERLINE]¶
Type of the rich text, always ‘underline’
- text: RichTextUnion¶
The text