633 B
633 B
title | description |
---|---|
pageBlockDivider | An empty block separating parts of a page |
Constructor: pageBlockDivider
An empty block separating parts of a page
Attributes:
Name | Type | Required | Description |
---|
Type: PageBlock
Example:
$pageBlockDivider = ['_' => 'pageBlockDivider'];
PWRTelegram json-encoded version:
{"_": "pageBlockDivider"}
Or, if you're into Lua:
pageBlockDivider={_='pageBlockDivider'}