3Server → ClientThe update message is a message sent to all the clients as soon as any addon is updated to the website.
| Property | Type | Description | 
|---|---|---|
| type | 3 | The type of the WebSocket message, indicating an update event. | 
| data | UpdateMessageData[] | An array of objects containing the updated addons and their previous versions. |