A link to an anchor.
Check the documentation of this model on Telegram Bot API
type: Type of the rich text, always "anchor_link”text: The link textanchor_name: The name of the anchor. If the name is empty, then the link brings back to the top of the message.
Summary
Types
@type t() :: %ExGram.Model.RichTextAnchorLink{ anchor_name: String.t(), text: ExGram.Model.RichText.t(), type: String.t() }