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