GramIO API Reference / gramio/dist / TelegramInputRichBlockPullQuotation
Interface: TelegramInputRichBlockPullQuotation
Defined in: @gramio/types/out/objects.d.ts:8642
A quotation with centered text, loosely corresponding to the HTML tag <aside>.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
credit? | TelegramRichText | Optional. Credit of the block | @gramio/types/out/objects.d.ts:8654 |
text | TelegramRichText | Text of the block | @gramio/types/out/objects.d.ts:8650 |
type | "pullquote" | Type of the block, always “pullquote” | @gramio/types/out/objects.d.ts:8646 |