Skip to main content

room.ban_removed

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

Overview

  • ID: 3429
  • Header: ROOM_BAN_REMOVE
  • Direction: Server to Client (s2c)
  • Realm: Room
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Notify that a ban has been removed

Payload fields

FieldTypeRequiredDescription
roomIdint32requiredID of the room.
userIdint32requiredID of the unbanned user.

Behavior

Sender

Sent when the room owner unbans a user, confirming the removal in the ban list UI.

Receiver

The client removes the user from the displayed ban list. Confirmed in GLADIATOR.

Notes

  • No additional notes