Interface AddLobbyMemberOptions

interface AddLobbyMemberOptions {
    additionalName?: null | string;
    flags?: null | number;
    metadata?: null | Record<string, string>;
}

Hierarchy

Properties

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