MadelineProto/docs/API_docs/constructors/pageBlockDivider.md

40 lines
508 B
Markdown
Raw Normal View History

---
title: pageBlockDivider
2017-08-25 15:05:53 +02:00
description: An empty block separating parts of a page
---
## Constructor: pageBlockDivider
[Back to constructors index](index.md)
2017-08-25 15:05:53 +02:00
An empty block separating parts of a page
### Type: [PageBlock](../types/PageBlock.md)
### Example:
```
2017-07-23 16:33:46 +02:00
$pageBlockDivider = ['_' => 'pageBlockDivider'];
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
2017-07-23 16:33:46 +02:00
{"_": "pageBlockDivider"}
2017-07-23 16:11:02 +02:00
```
Or, if you're into Lua:
```
2017-07-23 16:33:46 +02:00
pageBlockDivider={_='pageBlockDivider'}
```