MadelineProto/docs/API_docs/constructors/updateChatParticipantDelete.md

19 lines
431 B
Markdown

## Constructor: updateChatParticipantDelete
### 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 = ['chat_id' => int, 'user_id' => int, 'version' => int, ];
```