mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 21:07:21 +01:00
24 lines
378 B
Markdown
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, ];
|
|
``` |