RichTextHashtag

class aiogram.types.rich_text_hashtag.RichTextHashtag(*, type: Literal[RichTextType.HASHTAG] = RichTextType.HASHTAG, text: RichTextUnion, hashtag: str, **extra_data: Any)[source]

A hashtag.

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

type: Literal[RichTextType.HASHTAG]

Type of the rich text, always ‘hashtag’

text: RichTextUnion

The text

hashtag: str

The hashtag