Interface BulkUpdateLobbyMemberOptions

interface BulkUpdateLobbyMemberOptions {
    additionalName?: null | string;
    flags?: null | number;
    id: string;
    metadata?: null | Record<string, string>;
    removeMember?: boolean;
}

Hierarchy (view full)

Properties

additionalName?: null | string
flags?: null | number
id: string
metadata?: null | Record<string, string>
removeMember?: boolean

Whether to remove the member from the lobby.