GramIO API Reference / gramio/dist / TelegramInputRichBlockExpandableBlockQuotation
Interface: TelegramInputRichBlockExpandableBlockQuotation
Defined in: @gramio/types/out/objects.d.ts:8622
A block quotation, corresponding to the HTML tag <blockquote> with custom attribute "collapsed".
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
credit? | TelegramRichText | Optional. Credit of the block | @gramio/types/out/objects.d.ts:8634 |
text | TelegramRichText | Content of the block | @gramio/types/out/objects.d.ts:8630 |
type | "expandable_blockquote" | Type of the block, always “expandable_blockquote” | @gramio/types/out/objects.d.ts:8626 |