A hashtag.
Check the documentation of this model on Telegram Bot API
type: Type of the rich text, always "hashtag”text: The texthashtag: The hashtag
Summary
Types
@type t() :: %ExGram.Model.RichTextHashtag{ hashtag: String.t(), text: ExGram.Model.RichText.t(), type: String.t() }