ExGram.Model.RichBlockAnchor (ex_gram v0.67.0)

Copy Markdown View Source

A block with an anchor, corresponding to the HTML tag <a> with the attribute name.

Check the documentation of this model on Telegram Bot API

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

Summary

Types

t()

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

Functions

decode_as()