1007 B
1007 B
title | description | image |
---|---|---|
pageBlockDetails | Page block details | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageBlockDetails
Page block details
Attributes:
Name | Type | Required | Description |
---|---|---|---|
open | Bool | Optional | Open? |
blocks | Array of PageBlock | Yes | Blocks |
title | RichText | Yes | Title |
Type: PageBlock
Example:
$pageBlockDetails = ['_' => 'pageBlockDetails', 'open' => Bool, 'blocks' => [PageBlock, PageBlock], 'title' => RichText];
PWRTelegram json-encoded version:
{"_": "pageBlockDetails", "open": Bool, "blocks": [PageBlock], "title": RichText}
Or, if you're into Lua:
pageBlockDetails={_='pageBlockDetails', open=Bool, blocks={PageBlock}, title=RichText}