ExGram.Model.RichTextReferenceLink (ex_gram v0.67.0)

Copy Markdown View Source

A link to a reference.

Check the documentation of this model on Telegram Bot API

  • type: Type of the rich text, always "reference_link”
  • text: The link text
  • reference_name: The name of the reference

Summary

Types

t()

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

Functions

decode_as()