GramIO API Reference / gramio/dist / TelegramRichBlockParagraph
Interface: TelegramRichBlockParagraph
Defined in: @gramio/types/out/objects.d.ts:7894
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:7902 |
type | "paragraph" | Type of the block, always “paragraph” | @gramio/types/out/objects.d.ts:7898 |