1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:47:46 +01:00
MadelineProto/docs/API_docs/constructors/pageBlockDivider.md

472 B

title description
pageBlockDivider pageBlockDivider attributes, type and example

Constructor: pageBlockDivider

Back to constructors index

Attributes:

Name Type Required

Type: PageBlock

Example:

$pageBlockDivider = ['_' => 'pageBlockDivider', ];

Or, if you're into Lua:

pageBlockDivider={_='pageBlockDivider', }