Skip to main content

group.favorite_update

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

Overview

  • ID: 3403
  • Header: FAVORITE_GROUP_UDPATE
  • Direction: Server to Client (s2c)
  • Realm: Groups & Forums
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Notify that a player's favorite group changed

Payload fields

FieldTypeRequiredDescription
userIdint32requiredUser whose favorite group changed.
groupIdint32requiredNew favorite group identifier (0 if cleared).
groupStatusint32requiredGroup status code.
groupNamestringrequiredGroup display name.

Behavior

Sender

Sent to room occupants when a player changes their favorite group.

Receiver

The client updates the displayed favorite badge on the affected avatar.

Notes

  • No additional notes