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|
|
2017-08-20 17:35:23 +02:00
|
|
|
|----------|---------------|----------|------------|
|
2017-04-06 22:15:59 +02:00
|
|
|
|user|[Chat](Chat.md) | Yes| The participant|
|
|
|
|
|inviter|[Chat](Chat.md) | Optional|The user that invited this participant|
|
2017-07-26 18:38:10 +02:00
|
|
|
|promoted_by|[Chat](Chat.md) | Optional|The user that promoted this participant|
|
|
|
|
|kicked_by|[Chat](Chat.md) | Optional|The user that kicked this participant|
|
2017-04-06 22:27:31 +02:00
|
|
|
|date|[int](API_docs/types/int.md) | Yes|When was the user invited|
|
2017-07-26 23:28:13 +02:00
|
|
|
|role|[string](API_docs/types/string.md) | Yes|user, admin, creator, banned|
|
2017-07-26 18:38:10 +02:00
|
|
|
|can_edit|[Bool](API_docs/types/Bool.md) | Optional|Can the user edit messages in the channel|
|
|
|
|
|left|[Bool](API_docs/types/Bool.md) | Optional|Has this user left|
|
|
|
|
|admin_rights|[ChannelAdminRights](API_docs/types/ChannelAdminRights.md) | Optional|Admin rights|
|
|
|
|
|banned_rights|[ChannelBannedRights](API_docs/types/ChannelBannedRights.md) | Optional|Banned rights|
|