RichTextEmailAddress¶
- class aiogram.types.rich_text_email_address.RichTextEmailAddress(*, type: Literal[RichTextType.EMAIL_ADDRESS] = RichTextType.EMAIL_ADDRESS, text: RichTextUnion, email_address: str, **extra_data: Any)[source]¶
A text with an email address.
Source: https://core.telegram.org/bots/api#richtextemailaddress
- type: Literal[RichTextType.EMAIL_ADDRESS]¶
Type of the rich text, always ‘email_address’
- text: RichTextUnion¶
The text
- email_address: str¶
The email address