Skip to content

Commit

Permalink
Add rank to get_pwr_chat
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Sep 17, 2019
1 parent 042cc04 commit 04490a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/Participant.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ description: PWRTelegram participant attributes, type and example
|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, banned|
|rank|[string](API_docs/types/string.md) | Optional|A custom rank string for admins and creators|
|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|
|banned_rights|[ChannelBannedRights](API_docs/types/ChannelBannedRights.md) | Optional|Banned rights|
|admin_rights|[ChatAdminRights](API_docs/types/ChatAdminRights.md) | Optional|Admin rights|
|banned_rights|[ChatBannedRights](API_docs/types/ChatBannedRights.md) | Optional|Banned rights|

0 comments on commit 04490a6

Please sign in to comment.