diff --git a/docs/Participant.md b/docs/Participant.md index fa08212c..bc121f96 100644 --- a/docs/Participant.md +++ b/docs/Participant.md @@ -15,7 +15,7 @@ description: PWRTelegram participant attributes, type and example |promoted_by|[Chat](Chat.md) | Optional|The user that promoted this participant| |kicked_by|[Chat](Chat.md) | Optional|The user that kicked this participant| |date|[int](API_docs/types/int.md) | Yes|When was the user invited| -|role|[string](API_docs/types/string.md) | Yes|user, admin, creator, moderator, editor, creator, kicked| +|role|[string](API_docs/types/string.md) | Yes|user, admin, creator, banned| |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|