1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-06 03:18:18 +01:00
MadelineProto/docs/API_docs/constructors/inputPeerChat.md
2016-12-19 20:35:27 +03:00

15 lines
305 B
Markdown

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