GramIO API Reference / gramio/dist / TelegramRichBlockExpandableBlockQuotation
Interface: TelegramRichBlockExpandableBlockQuotation
Defined in: @gramio/types/out/objects.d.ts:8046
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:8058 |
text | TelegramRichText | Content of the block | @gramio/types/out/objects.d.ts:8054 |
type | "expandable_blockquote" | Type of the block, always “expandable_blockquote” | @gramio/types/out/objects.d.ts:8050 |