added property manage_call in ParticipantPermissions

Used to give error at first.   #line 133 added
This commit is contained in:
MiyukiKun 2021-07-02 23:53:14 +05:30 committed by GitHub
parent 82d3daada0
commit 4aa48df9be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,3 +129,7 @@ class ParticipantPermissions:
anonymous = property(**_admin_prop('anonymous', """ anonymous = property(**_admin_prop('anonymous', """
Whether the administrator will remain anonymous when sending messages. Whether the administrator will remain anonymous when sending messages.
""")) """))
manage_call = property(**_admin_prop('manage_call', """
Whether the user will be able to manage group calls.
"""))