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