A block quotation, corresponding to the HTML tag <blockquote>.
Check the documentation of this model on Telegram Bot API
type: Type of the block, always "blockquote”blocks: Content of the blockcredit (optional): Optional. Credit of the block
Summary
Types
@type t() :: %ExGram.Model.RichBlockBlockQuotation{ blocks: [ExGram.Model.RichBlock.t()], credit: ExGram.Model.RichText.t() | nil, type: String.t() }