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