MadelineProto/docs/API_docs/constructors/channelParticipant.md
2016-12-19 20:35:27 +03:00

16 lines
394 B
Markdown

## Constructor: channelParticipant
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|user\_id|[int](../types/int.md) | Required|
|date|[int](../types/int.md) | Required|
### Type:
[ChannelParticipant](../types/ChannelParticipant.md)
### Example:
```
$channelParticipant = ['_' => channelParticipant', 'user_id' => int, 'date' => int, ];
```