mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-30 17:59:55 +03:00
added property manage_call in ParticipantPermissions
Used to give error at first. #line 133 added
This commit is contained in:
parent
82d3daada0
commit
4aa48df9be
|
@ -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.
|
||||
"""))
|
||||
|
|
Loading…
Reference in New Issue
Block a user