RichBlockParagraph
A text paragraph, corresponding to the HTML tag <p>.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the block, always “paragraph” |
text | RichText | required | Text of the block |
import
import type { RichBlockParagraph } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richblockparagraph