@ -4,7 +4,7 @@ from pydantic import BaseModel
|
||||
|
||||
|
||||
class RawFile(BaseModel):
|
||||
"""A raw file with unencoded contents to be passed over binary websockets."""
|
||||
"""A raw file with unencoded contents to be passed over binary websockets. When raw files come back for exports it is sent as binary/bson, not text/json."""
|
||||
|
||||
contents: bytes
|
||||
|
||||
|
Reference in New Issue
Block a user