Interface InvalidSessionPacket

interface InvalidSessionPacket {
    d: boolean;
    op: INVALID_SESSION;
}

Properties

d op

Properties

d: boolean