Clubs

Club

field
type
description

id

long

the club's unique identifier

name

string

the club's name

tag

string

the club's tag. used as a prefix for club members

color

GradientColor[]

the tag's gradient

Optional fields:

field
type
description

owner

User (without the 'club' field)

join-type

members

User[] (without the 'club' field)

ClubJoinType

type
value
description

Open

0

anyone can join this club at any time

InviteOnly

1

can only be joined when invited

ClubStatistics

field
type
description

ovr

double

the members combined overall rating

Last updated