mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 13:27:21 +01:00
17 lines
344 B
Markdown
17 lines
344 B
Markdown
|
## Constructor: updateChatParticipants
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|participants|[ChatParticipants](../types/ChatParticipants.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [Update](../types/Update.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$updateChatParticipants = ['participants' => ChatParticipants, ];
|
||
|
```
|