GramIO API Reference / gramio/dist / TelegramRichBlockBlockQuotation
Interface: TelegramRichBlockBlockQuotation
Defined in: @gramio/types/out/objects.d.ts:8026
A block quotation, corresponding to the HTML tag <blockquote>.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
blocks | TelegramRichBlock[] | Content of the block | @gramio/types/out/objects.d.ts:8034 |
credit? | TelegramRichText | Optional. Credit of the block | @gramio/types/out/objects.d.ts:8038 |
type | "blockquote" | Type of the block, always “blockquote” | @gramio/types/out/objects.d.ts:8030 |