RichTextButton¶
- class aiogram.types.rich_text_button.RichTextButton(*, type: Literal[RichTextType.BUTTON] = RichTextType.BUTTON, button: RichMessageButton, **extra_data: Any)[source]¶
A button.
Source: https://core.telegram.org/bots/api#richtextbutton
- type: Literal[RichTextType.BUTTON]¶
Type of the rich text, always „button“
- button: RichMessageButton¶
The button