MadelineProto/docs/API_docs/constructors/pageBlockDivider.md
2017-08-25 15:05:53 +02:00

633 B

title description
pageBlockDivider An empty block separating parts of a page

Constructor: pageBlockDivider

Back to constructors index

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'}