ExGram.Model.RichBlockPullQuotation (ex_gram v0.67.0)

Copy Markdown View Source

A quotation with centered text, loosely corresponding to the HTML tag <aside>.

Check the documentation of this model on Telegram Bot API

  • type: Type of the block, always "pullquote”
  • text: Text of the block
  • credit (optional): Optional. Credit of the block

Summary

Types

t()

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

Functions

decode_as()