1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 19:06:55 +01:00
MadelineProto/docs/Participant.md

18 lines
559 B
Markdown
Raw Normal View History

---
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|