interface GatewayActivityParty {
    id?: string;
    size?: [current_size: number, max_size: number];
}

Properties

Properties

id?: string

The id of the party

size?: [current_size: number, max_size: number]

Used to show the party's current and maximum size