A mention by a username.
Check the documentation of this model on Telegram Bot API
type: Type of the rich text, always "mention”text: The textusername: The username
Summary
Types
@type t() :: %ExGram.Model.RichTextMention{ text: ExGram.Model.RichText.t(), type: String.t(), username: String.t() }