diff --git a/docs/Participant.md b/docs/Participant.md index 2d0b044fa6..9705b40374 100644 --- a/docs/Participant.md +++ b/docs/Participant.md @@ -17,6 +17,8 @@ nav_exclude: true |kicked_by|[Chat](Chat.html) | Optional|The user that kicked this participant| |date|[int](API_docs/types/int.html) | Yes|When was the user invited| |role|[string](API_docs/types/string.html) | Yes|user, admin, creator, banned| +|via_request|[bool](API_docs/types/bool.html) | Optional|Whether the user is the current user, and we joined upon specific approval of an admin| +|left|[bool](API_docs/types/bool.html) | Optional|For banned/kicked users, whether the user has left the group| |rank|[string](API_docs/types/string.html) | Optional|A custom rank string for admins and creators| |can_edit|[Bool](API_docs/types/Bool.html) | Optional|Can the user edit messages in the channel| |left|[Bool](API_docs/types/Bool.html) | Optional|Has this user left|