ExGram.Model.RichTextAnchor (ex_gram v0.67.0)

Copy Markdown View Source

An anchor.

Check the documentation of this model on Telegram Bot API

  • type: Type of the rich text, always "anchor”
  • name: The name of the anchor

Summary

Types

t()

@type t() :: %ExGram.Model.RichTextAnchor{name: String.t(), type: String.t()}

Functions

decode_as()