ExGram.Model.RichBlockCaption (ex_gram v0.67.0)

Copy Markdown View Source

Caption of a rich formatted block.

Check the documentation of this model on Telegram Bot API

  • text: Block caption
  • credit (optional): Optional. Block credit which corresponds to the HTML tag <cite>

Summary

Types

t()

@type t() :: %ExGram.Model.RichBlockCaption{
  credit: ExGram.Model.RichText.t() | nil,
  text: ExGram.Model.RichText.t()
}

Functions

decode_as()