RichTextMarked¶
- class aiogram.types.rich_text_marked.RichTextMarked(*, type: Literal[RichTextType.MARKED] = RichTextType.MARKED, text: RichTextUnion, **extra_data: Any)[source]¶
A marked text.
Source: https://core.telegram.org/bots/api#richtextmarked
- type: Literal[RichTextType.MARKED]¶
Type of the rich text, always ‘marked’
- text: RichTextUnion¶
The text