4baac3178e
Add PHP, Lua language tag to Code area
757 B
757 B
title | description | image |
---|---|---|
pageBlockParagraph | pageBlockParagraph attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageBlockParagraph
Attributes:
Name | Type | Required |
---|---|---|
text | RichText | Yes |
Type: PageBlock
Example:
$pageBlockParagraph = ['_' => 'pageBlockParagraph', 'text' => RichText];
PWRTelegram json-encoded version:
{"_": "pageBlockParagraph", "text": RichText}
Or, if you're into Lua:
pageBlockParagraph={_='pageBlockParagraph', text=RichText}