RichBlockBlockQuotation
A block quotation, corresponding to the HTML tag <blockquote>.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the block, always “blockquote” |
blocks | RichBlock[] | required | Content of the block |
credit | RichText | optional | Optional. Credit of the block |
import
import type { RichBlockBlockQuotation } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richblockblockquotation