Skip to main content

room.kick_user

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

Overview

  • ID: 1320
  • Header: ROOM_KICK
  • Direction: Client to Server (c2s)
  • Realm: Room
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Kick a user from the room

Payload fields

FieldTypeRequiredDescription
userIdint32requiredID of the user to kick.

Behavior

Sender

Sent by a room rights holder to forcibly remove a user from the room.

Receiver

The server disconnects the target user from the room. Confirmed in GLADIATOR.

Notes

  • No additional notes