GramIO API Reference / gramio/dist / TelegramRichBlockPullQuotation
Interface: TelegramRichBlockPullQuotation
Defined in: @gramio/types/out/objects.d.ts:8066
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:8078 |
text | TelegramRichText | Text of the block | @gramio/types/out/objects.d.ts:8074 |
type | "pullquote" | Type of the block, always “pullquote” | @gramio/types/out/objects.d.ts:8070 |