@@ -1,4 +1,6 @@
from pydantic import BaseModel
class ChatRequest(BaseModel):
message: str
username: str
thread_id: str
The note is not visible to the blocked user.