mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:27:20 +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, ];
|
|
``` |