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

17 lines
448 B
Markdown

## Constructor: chatParticipant
### 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:
[ChatParticipant](../types/ChatParticipant.md)
### Example:
```
$chatParticipant = ['_' => chatParticipant', 'user_id' => int, 'inviter_id' => int, 'date' => int, ];
```