RichTextCashtag¶
- class aiogram.types.rich_text_cashtag.RichTextCashtag(*, type: Literal[RichTextType.CASHTAG] = RichTextType.CASHTAG, text: RichTextUnion, cashtag: str, **extra_data: Any)[source]¶
A cashtag.
Source: https://core.telegram.org/bots/api#richtextcashtag
- type: Literal[RichTextType.CASHTAG]¶
Type of the rich text, always ‘cashtag’
- text: RichTextUnion¶
The text
- cashtag: str¶
The cashtag