mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-31 10:19:48 +03:00
Update chats.py
This commit is contained in:
parent
c48e8b98cc
commit
946bc2cf28
|
@ -1313,7 +1313,7 @@ class ChatMethods:
|
||||||
finally:
|
finally:
|
||||||
await self._return_exported_sender(sender)
|
await self._return_exported_sender(sender)
|
||||||
|
|
||||||
async def change_groupcall(method:str,
|
async def modify_groupcall(self: 'TelegramClient', method:str,
|
||||||
chat,
|
chat,
|
||||||
title:str=None):
|
title:str=None):
|
||||||
if not method:
|
if not method:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user