ExGram.Model.RichBlockExpandableBlockQuotation (ex_gram v0.70.0)

Copy Markdown View Source

A block quotation, corresponding to the HTML tag <blockquote> with custom attribute "collapsed".

Check the documentation of this model on Telegram Bot API

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

Summary

Types

t()

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

Functions

decode_as()