ExGram.Model.RichTextUrl (ex_gram v0.67.0)

Copy Markdown View Source

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 text
  • url: URL of the link

Summary

Types

t()

@type t() :: %ExGram.Model.RichTextUrl{
  text: ExGram.Model.RichText.t(),
  type: String.t(),
  url: String.t()
}

Functions

decode_as()