A text with a link.
Check the documentation of this model on Telegram Bot API
type: Type of the rich text, always "url”text: The texturl: URL of the link
Summary
Types
@type t() :: %ExGram.Model.RichTextUrl{ text: ExGram.Model.RichText.t(), type: String.t(), url: String.t() }