Interface BouncedPacket
interface BouncedPacket {
cmd: "Bounced";
data: JSONRecord;
games?: string[];
slots?: number[];
tags?: string[];
}
cmd: "Bounced";
data: JSONRecord;
games?: string[];
slots?: number[];
tags?: string[];
}
Properties
Readonlycmd
cmd
Readonlydata
A verbatim copy of the data in the BouncePacket package.
Optional Readonlygames
games?: string[]
Optional. Game names this message is targeting.
Optional Readonlyslots
slots?: number[]
Optional. Player slot IDs that this message is targeting.
Optional Readonlytags
tags?: string[]
Optional. Client tags this message is targeting.
Sent to clients after a client requested this message be sent to them, more info in the BouncePacket.