19 lines
485 B
Markdown
19 lines
485 B
Markdown
## 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|
|
|
|
|
|
|
### Type: [ChatParticipants](../types/ChatParticipants.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$chatParticipants = ['chat_id' => int, 'participants' => [ChatParticipant], 'version' => int, ];
|
|
``` |