4
Client → Server
The command
message is a message sent by the client when it wants to request a specific addons or a list of addons.
Property | Type | Description |
---|---|---|
type | 4 | The type of the WebSocket message, indicating a command event. |
data | CommandMessageData | The data associated with the command message, containing the command and its arguments. |