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 blockcredit (optional): Optional. Credit of the block
Summary
Types
@type t() :: %ExGram.Model.RichBlockExpandableBlockQuotation{ credit: ExGram.Model.RichText.t() | nil, text: ExGram.Model.RichText.t(), type: String.t() }