Skip to main content

room.rights_list_add

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

Overview

  • ID: 2088
  • Header: ROOM_RIGHTS_LIST_ADD
  • Direction: Server to Client (s2c)
  • Realm: Room
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Notify that a user was added to the rights list

Payload fields

FieldTypeRequiredDescription
roomIdint32requiredID of the room.
userIdint32requiredUser ID of the new rights holder.
usernamestringrequiredUsername of the new rights holder.

Behavior

Sender

Sent to all room occupants when a user is granted room rights.

Receiver

The client updates the rights list and shows the rights indicator for the user. Confirmed in GLADIATOR.

Notes

  • No additional notes