diff --git a/content/tutorials/websocket.markdown b/content/tutorials/websocket.markdown index 5649e0b..4a4a440 100644 --- a/content/tutorials/websocket.markdown +++ b/content/tutorials/websocket.markdown @@ -67,6 +67,9 @@ In this part of the documentation, the following `":identifier"`s will be used t \* *only observed with* `"inventory"` *content type* - `":inventoryType"` - `"sticker"` + - `"emoji"` + - `"bundle"` + - `"prop"` - *other values* Some other user-uploaded or creator economy content ## Events @@ -428,6 +431,22 @@ A "`content-refresh`" event is sent when the user adds or removes profile images ``` +#### modified-image-update +A "`modified-image-update`" event is sent when an image file is modified. + +```json +{ + "type": "modified-image-update", + "content": { + "fileId": ":id", // Id for the image updated + "pixelSize": , // Integer size, in pixels, of the image + "versionNumber": , // Integer version of the image + "needsProcessing": // Whether the image requires processing + } +} +``` + + #### instance-queue-joined A "`instance-queue-joined`" event is sent when the user queues to join an instance.