MadelineProto/docs/API_docs/constructors/updateChatParticipants.md

18 lines
377 B
Markdown
Raw Normal View History

## Constructor: updateChatParticipants
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|participants|[ChatParticipants](../types/ChatParticipants.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [Update](../types/Update.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$updateChatParticipants = ['_' => updateChatParticipants', 'participants' => ChatParticipants, ];
```