MadelineProto/old_docs/API_docs_v45/constructors/updateChatParticipants.md

27 lines
526 B
Markdown
Raw Normal View History

---
title: updateChatParticipants
description: updateChatParticipants attributes, type and example
---
## Constructor: updateChatParticipants
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|participants|[ChatParticipants](../types/ChatParticipants.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateChatParticipants = ['_' => 'updateChatParticipants', 'participants' => ChatParticipants, ];
```