mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 17:07:22 +01:00
27 lines
457 B
Markdown
27 lines
457 B
Markdown
|
---
|
||
|
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) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PageBlock](../types/PageBlock.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$pageBlockCover = ['_' => 'pageBlockCover', 'cover' => PageBlock, ];
|
||
|
```
|
||
|
|