1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 21:07:21 +01:00
MadelineProto/docs/API_docs/constructors/inputPeerChat.md
2016-12-20 13:15:22 +01:00

24 lines
378 B
Markdown

---
title: inputPeerChat
---
## Constructor: inputPeerChat
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|chat\_id|[int](../types/int.md) | Required|
### Type: [InputPeer](../types/InputPeer.md)
### Example:
```
$inputPeerChat = ['_' => inputPeerChat', 'chat_id' => int, ];
```