@slack/web-api / RichTextQuote
Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:816
A quote block within a rich text field.
optional border: 0 | 1;Defined in: node_modules/@slack/types/dist/block-kit/extensions.d.ts:66
Whether to render a quote-block-like border on the inline side of the list. 0 renders no border
while 1 renders a border.
elements: RichTextElement[];Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:824
An array of RichTextElement comprising the quote block.
type: "rich_text_quote";Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:820
The type of element. In this case type is always rich_text_quote.