mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-30 17:59:55 +03:00
manage_call set to None by default
manage_call in edit_admin #line 832 was set to true by default changed to none
This commit is contained in:
parent
42bfc7bb3f
commit
82d3daada0
|
@ -829,7 +829,7 @@ class ChatMethods:
|
|||
invite_users: bool = None,
|
||||
pin_messages: bool = None,
|
||||
add_admins: bool = None,
|
||||
manage_call: bool = True,
|
||||
manage_call: bool = None,
|
||||
anonymous: bool = None,
|
||||
is_admin: bool = None,
|
||||
title: str = None) -> types.Updates:
|
||||
|
|
Loading…
Reference in New Issue
Block a user