mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-02 19:20:09 +03:00
Use 0.5 rather than 0.3 to avoid server issues
This commit is contained in:
parent
7387dda523
commit
48911cc609
|
@ -1091,7 +1091,7 @@ class ChatMethods:
|
|||
user_id=user,
|
||||
banned_rights=types.ChatBannedRights(until_date=None, view_messages=True)
|
||||
))
|
||||
await asyncio.sleep(0.1)
|
||||
await asyncio.sleep(0.5)
|
||||
await self(
|
||||
functions.channels.EditBannedRequest(
|
||||
channel=entity,
|
||||
|
|
Loading…
Reference in New Issue
Block a user