Modified roles

This commit is contained in:
Daniil Gentili 2017-07-26 23:28:13 +02:00
parent 1adf1b4120
commit 3879137219

View File

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