mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 13:27:21 +01:00
17 lines
282 B
Markdown
17 lines
282 B
Markdown
## Constructor: peerChat
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|chat\_id|[int](../types/int.md) | Required|
|
|
|
|
|
|
### Type: [Peer](../types/Peer.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$peerChat = ['_' => peerChat', 'chat_id' => int, ];
|
|
``` |