Interface AdminCommandResultJSONPacket

Sent to relevant clients to broadcast the result of an admin command.

PrintJSONPacket for all possible PrintJSON packet subtypes.

interface AdminCommandResultJSONPacket {
    cmd: "PrintJSON";
    data: JSONMessagePart[];
    type: "AdminCommandResult";
}

Properties

Properties

cmd

All the textual metadata for this packet.

type

The PrintJSONPacket subtype.