From 946bc2cf28c1b26647fa616f6c0345e1260415b0 Mon Sep 17 00:00:00 2001 From: Anonymous <69723581+New-dev0@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:06:49 +0530 Subject: [PATCH] Update chats.py --- telethon/client/chats.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telethon/client/chats.py b/telethon/client/chats.py index 6ef0f946..0dbde055 100644 --- a/telethon/client/chats.py +++ b/telethon/client/chats.py @@ -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 \ No newline at end of file + # endregion