Update chats.py

This commit is contained in:
Anonymous 2021-06-10 21:06:49 +05:30 committed by GitHub
parent c48e8b98cc
commit 946bc2cf28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1313,7 +1313,7 @@ class ChatMethods:
finally:
await self._return_exported_sender(sender)
async def change_groupcall(method:str,
async def modify_groupcall(self: 'TelegramClient', method:str,
chat,
title:str=None):
if not method:
@ -1336,4 +1336,4 @@ class ChatMethods:
# endregion
# endregion