RichTextItalic

class aiogram.types.rich_text_italic.RichTextItalic(*, type: Literal[RichTextType.ITALIC] = RichTextType.ITALIC, text: RichTextUnion, **extra_data: Any)[source]

An italicized text.

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

type: Literal[RichTextType.ITALIC]

Type of the rich text, always ‘italic’

text: RichTextUnion

The text