MadelineProtoDocs/old_docs/API_docs_v82/constructors/pageBlockChannel.md

39 lines
653 B
Markdown
Raw Normal View History

2018-12-26 02:56:50 +01:00
---
title: pageBlockChannel
description: Page block channel
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: pageBlockChannel
[Back to constructors index](index.md)
Page block channel
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|channel|[Chat](../types/Chat.md) | Optional|Channel|
### Type: [PageBlock](../types/PageBlock.md)
### Example:
```php
$pageBlockChannel = ['_' => 'pageBlockChannel', 'channel' => Chat];
```
Or, if you're into Lua:
```lua
pageBlockChannel={_='pageBlockChannel', channel=Chat}
```