Interface ConnectUpdatePacket

Update arguments from the Connect packet, currently only updating tags and items_handling is supported.

interface ConnectUpdatePacket {
    cmd: "ConnectUpdate";
    items_handling: number;
    tags: string[];
}

Properties

cmd
items_handling: number

Bit flags configuring which items should be sent by the server. See itemsHandlingFlags for additional information.

tags: string[]

Denotes special features or capabilities that the sender is currently capable of.