mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Change manage_call permission to default to None (#3093)
This commit is contained in:
@@ -129,3 +129,7 @@ class ParticipantPermissions:
|
||||
anonymous = property(**_admin_prop('anonymous', """
|
||||
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.
|
||||
"""))
|
||||
|
Reference in New Issue
Block a user