@@ -0,0 +1,7 @@
from pydantic import BaseModel
from typing import Optional
class MessageResponse(BaseModel):
message: str
detail: Optional[dict] = None
The note is not visible to the blocked user.