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

44 lines
633 B
Markdown

---
title: pageBlockDivider
description: An empty block separating parts of a page
---
## Constructor: pageBlockDivider
[Back to constructors index](index.md)
An empty block separating parts of a page
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
### Type: [PageBlock](../types/PageBlock.md)
### Example:
```
$pageBlockDivider = ['_' => 'pageBlockDivider'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "pageBlockDivider"}
```
Or, if you're into Lua:
```
pageBlockDivider={_='pageBlockDivider'}
```