Rich messages

RichBlockExpandableBlockQuotation

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

fields

fieldtyperequireddescription
typestringrequiredType of the block, always “expandable_blockquote”
textRichTextrequiredContent of the block
creditRichTextoptionalOptional. Credit of the block

import

types.ts
import type { RichBlockExpandableBlockQuotation } from "@yaebal/types";

used by

types