fixes...
This commit is contained in:
10
validators/chat.py
Normal file
10
validators/chat.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from typing import Dict, Optional
|
||||
|
||||
class Message(Dict):
|
||||
chat: str
|
||||
id: int
|
||||
author: int
|
||||
body: str
|
||||
createdAt: int
|
||||
replyTo: Optional[int]
|
||||
updatedAt: Optional[int]
|
Reference in New Issue
Block a user