mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 14:34:39 +01:00
18 lines
547 B
Markdown
18 lines
547 B
Markdown
|
---
|
||
|
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|
|
||
|
|date|[int](../types/int.md) | Yes|When was the user invited|
|
||
|
|role|[string](../types/int.md) | Yes|user, admin, creator, moderator, editor, creator, kicked|
|
||
|
|