MadelineProto/docs/API_docs/constructors/peerChat.md

17 lines
264 B
Markdown
Raw Normal View History

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