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