1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 00:07:20 +01:00
MadelineProto/docs/API_docs/constructors/peerChannel.md
2016-12-30 23:21:36 +03:00

25 lines
421 B
Markdown

---
title: peerChannel
description: peerChannel attributes, type and example
---
## Constructor: peerChannel
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|channel\_id|[int](../types/int.md) | Required|
### Type: [Peer](../types/Peer.md)
### Example:
```
$peerChannel = ['_' => 'peerChannel', 'channel_id' => int, ];
```