MadelineProto/docs/API_docs_55/constructors/updateChatParticipantDelete.md

27 lines
624 B
Markdown
Raw Normal View History

---
title: updateChatParticipantDelete
description: updateChatParticipantDelete attributes, type and example
---
## 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, ];
```