17 lines
264 B
Markdown
17 lines
264 B
Markdown
## Constructor: peerChat
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|chat\_id|[int](../types/int.md) | Required|
|
|
|
|
|
|
### Type: [Peer](../types/Peer.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$peerChat = ['chat_id' => int, ];
|
|
``` |