MadelineProto/old_docs/API_docs_v41/constructors/channelParticipantKicked.md

29 lines
635 B
Markdown

---
title: channelParticipantKicked
description: channelParticipantKicked attributes, type and example
---
## Constructor: channelParticipantKicked
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|user\_id|[int](../types/int.md) | Required|
|kicked\_by|[int](../types/int.md) | Required|
|date|[int](../types/int.md) | Required|
### Type: [ChannelParticipant](../types/ChannelParticipant.md)
### Example:
```
$channelParticipantKicked = ['_' => 'channelParticipantKicked', 'user_id' => int, 'kicked_by' => int, 'date' => int, ];
```