mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-03 03:30: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,
|
user_id=user,
|
||||||
banned_rights=types.ChatBannedRights(until_date=None, view_messages=True)
|
banned_rights=types.ChatBannedRights(until_date=None, view_messages=True)
|
||||||
))
|
))
|
||||||
await asyncio.sleep(0.1)
|
await asyncio.sleep(0.5)
|
||||||
await self(
|
await self(
|
||||||
functions.channels.EditBannedRequest(
|
functions.channels.EditBannedRequest(
|
||||||
channel=entity,
|
channel=entity,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user