mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 19:07:19 +01:00
20 lines
478 B
Markdown
20 lines
478 B
Markdown
## Constructor: channelParticipantSelf
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|user\_id|[int](../types/int.md) | Required|
|
|
|inviter\_id|[int](../types/int.md) | Required|
|
|
|date|[int](../types/int.md) | Required|
|
|
|
|
|
|
|
|
### Type: [ChannelParticipant](../types/ChannelParticipant.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$channelParticipantSelf = ['_' => channelParticipantSelf', 'user_id' => int, 'inviter_id' => int, 'date' => int, ];
|
|
``` |