2017-04-06 22:15:59 +02:00
|
|
|
---
|
|
|
|
title: Participant
|
|
|
|
description: PWRTelegram participant attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: PWRTelegram chat participant
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description|
|
|
|
|
|----------|:-------------:|:--------:|-----------:|
|
|
|
|
|user|[Chat](Chat.md) | Yes| The participant|
|
|
|
|
|inviter|[Chat](Chat.md) | Optional|The user that invited this participant|
|
2017-04-06 22:27:31 +02:00
|
|
|
|date|[int](API_docs/types/int.md) | Yes|When was the user invited|
|
|
|
|
|role|[string](API_docs/types/int.md) | Yes|user, admin, creator, moderator, editor, creator, kicked|
|
2017-04-06 22:15:59 +02:00
|
|
|
|