async def delete_all_filters(chatid): return cli.delete_many({"chat_id": chatid})
async def delete(): return cli.delete_many({})