711 B
711 B
title | description |
---|---|
pageBlockParagraph | A text paragraph |
Constructor: pageBlockParagraph
A text paragraph
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | RichText | Yes | Paragraph text |
Type: PageBlock
Example:
$pageBlockParagraph = ['_' => 'pageBlockParagraph', 'text' => RichText];
PWRTelegram json-encoded version:
{"_": "pageBlockParagraph", "text": RichText}
Or, if you're into Lua:
pageBlockParagraph={_='pageBlockParagraph', text=RichText}