async def handle_updates(client):
if hasattr(client, "listener_added") and client.listener_added:
return
@client.on(events.Raw())
async def update_handler(event):
sout(f"
python - Telethon Not Receiving Updates Sent Before Bot User Was Launched - Stack Overflow
评论列表(0)
- 暂无评论