Interface SetNotifyPacket

Used to register your current session for receiving all SetReplyPackets of certain keys to allow your client to keep track of changes.

interface SetNotifyPacket {
    cmd: "SetNotify";
    keys: string[];
}

Properties

Properties

cmd
keys: string[]

Keys to receive all SetReplyPackets for.