This commit is contained in:
Daniil Gentili 2024-06-13 17:13:14 +02:00
parent 5bc4f07935
commit 61816176a3

View File

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