1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 15:27:20 +01:00
MadelineProto/docs/API_docs/constructors/updateChatParticipants.md

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, ];
```