mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 16:07:25 +01:00
20 lines
482 B
Markdown
20 lines
482 B
Markdown
## Constructor: channelParticipantKicked
|
|
|
|
### 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, ];
|
|
``` |