RichBlockPullQuotation
A quotation with centered text, loosely corresponding to the HTML tag <aside>.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the block, always “pullquote” |
text | RichText | required | Text of the block |
credit | RichText | optional | Optional. Credit of the block |
import
import type { RichBlockPullQuotation } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richblockpullquotation