mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 03:18:18 +01:00
15 lines
305 B
Markdown
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, ];
|
|
``` |