mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 01:00:55 +01:00
22 lines
314 B
Markdown
22 lines
314 B
Markdown
---
|
|
title: pageBlockUnsupported
|
|
description: pageBlockUnsupported attributes, type and example
|
|
---
|
|
## Constructor: pageBlockUnsupported
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [PageBlock](../types/PageBlock.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$pageBlockUnsupported = ['_' => 'pageBlockUnsupported', ];
|
|
```
|
|
|