Rich messages

InputRichBlockBlockQuotation

A block quotation, corresponding to the HTML tag <blockquote>.

fields

fieldtyperequireddescription
typestringrequiredType of the block, always “blockquote”
blocksInputRichBlock[]requiredContent of the block
creditRichTextoptionalOptional. Credit of the block

import

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

used by

types