1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:47:50 +01:00
MadelineProto/docs/API_docs/constructors/chatParticipants.md

20 lines
505 B
Markdown
Raw Normal View History

## Constructor: chatParticipants
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|chat\_id|[int](../types/int.md) | Required|
|participants|Array of [ChatParticipant](../types/ChatParticipant.md) | Required|
|version|[int](../types/int.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [ChatParticipants](../types/ChatParticipants.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$chatParticipants = ['_' => chatParticipants', 'chat_id' => int, 'participants' => [Vector t], 'version' => int, ];
```