Skip to main content

group.create_options

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 2159
  • Header: GROUP_CREATE_OPTIONS
  • Direction: Server to Client (s2c)
  • Realm: Groups & Forums
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver group creation options

Payload fields

FieldTypeRequiredDescription
groupCostint32requiredCredit cost to create a group.
availableRoomslist<object>requiredRooms eligible for group assignment, each with roomId (int32) and roomName (string).

Behavior

Sender

Sent in response to a create-options request.

Receiver

The client populates the group creation dialog with the cost and available rooms.

Notes

  • No additional notes