inspected

This commit is contained in:
2023-10-14 17:55:51 +03:00
parent 154633c114
commit 34dd4ec140
14 changed files with 148 additions and 199 deletions

View File

@@ -1,7 +1,7 @@
import json
from services.redis import redis
from validators.inbox import Message
from services.rediscache import redis
from validators.chat import Message
async def notify_message(message: Message, chat_id: str):