Group struct from GameServer.
This is a stub module for SDK type definitions. The actual struct is provided by GameServer at runtime.
Fields
id- Group ID (integer)title- Group title (string)description- Group description (string)icon_url- Optional icon URL; nil means clients show their type defaulttype- Group type:"public","private", or"hidden"(string)max_members- Maximum number of members (integer, default 100)metadata- Arbitrary group metadata (map)slowdown- Rate-limit slowdown in milliseconds (integer, default 0)creator_id- ID of the user who created the group (integer)inserted_at- Creation timestampupdated_at- Last update timestamp