29 lines
628 B
Markdown
29 lines
628 B
Markdown
---
|
|
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, ];
|
|
```
|
|
|