GramIO API Reference / gramio/dist / TelegramInputRichBlockParagraph
Interface: TelegramInputRichBlockParagraph
Defined in: @gramio/types/out/objects.d.ts:8470
A text paragraph, corresponding to the HTML tag <p>.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
text | TelegramRichText | Text of the block | @gramio/types/out/objects.d.ts:8478 |
type | "paragraph" | Type of the block, always “paragraph” | @gramio/types/out/objects.d.ts:8474 |