MadelineProto/docs/API_docs/constructors/pageBlockUnsupported.md

31 lines
403 B
Markdown
Raw Normal View History

---
title: pageBlockUnsupported
description: pageBlockUnsupported attributes, type and example
---
## Constructor: pageBlockUnsupported
[Back to constructors index](index.md)
### Type: [PageBlock](../types/PageBlock.md)
### Example:
```
$pageBlockUnsupported = ['_' => 'pageBlockUnsupported', ];
```
Or, if you're into Lua:
```
pageBlockUnsupported={_='pageBlockUnsupported', }
```