RichTextBold

class aiogram.types.rich_text_bold.RichTextBold(*, type: Literal[RichTextType.BOLD] = RichTextType.BOLD, text: RichTextUnion, **extra_data: Any)[source]

A bold text.

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

type: Literal[RichTextType.BOLD]

Type of the rich text, always ‘bold’

text: RichTextUnion

The text