diff --git a/telethon/client/chats.py b/telethon/client/chats.py index 1137544b..d712f698 100644 --- a/telethon/client/chats.py +++ b/telethon/client/chats.py @@ -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: