GameServer.Groups.Group
(GameServer v1.0.637)
Copy Markdown
Ecto schema for the groups table.
A group is a persistent community that users can join. Unlike lobbies (which are ephemeral game sessions), groups are long-lived and support admin roles, join-request workflows, and invitation flows.
Fields
title– human-readable display title (unique)description– optional longer descriptiontype– visibility:"public","private", or"hidden"max_members– maximum number of members (default 100)metadata– arbitrary server-managed key/value mapcreator_id– the user who originally created the group