@@ -0,0 +1,5 @@
from pydantic import BaseModel
class ChatRequest(BaseModel):
type: str
message: str
The note is not visible to the blocked user.