Skip to main content

group.save_information

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

Overview

  • ID: 3137
  • Header: GROUP_SAVE_INFORMATION
  • Direction: Client to Server (c2s)
  • Realm: Groups & Forums
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Update the group name and description

Payload fields

FieldTypeRequiredDescription
groupIdint32requiredGroup identifier to update.
titlestringrequiredNew group display name.
descriptionstringrequiredNew group description.

Behavior

Sender

Sent when a group admin saves changes to the group information.

Receiver

The server updates the group name and description. A group details changed notification is sent. Confirmed in GLADIATOR.

Notes

  • No additional notes