MadelineProto/docs/API_docs/constructors/pageBlockCover.md

36 lines
546 B
Markdown
Raw Normal View History

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