MadelineProto/docs/API_docs/constructors/updateChatParticipantDelete.md
2016-12-20 13:15:22 +01:00

26 lines
553 B
Markdown

---
title: updateChatParticipantDelete
---
## Constructor: updateChatParticipantDelete
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|chat\_id|[int](../types/int.md) | Required|
|user\_id|[int](../types/int.md) | Required|
|version|[int](../types/int.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateChatParticipantDelete = ['_' => updateChatParticipantDelete', 'chat_id' => int, 'user_id' => int, 'version' => int, ];
```