Skip to main content

room.mute_user

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

Overview

  • ID: 3485
  • Header: ROOM_MUTE_USER
  • Direction: Client to Server (c2s)
  • Realm: Room
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Mute a specific user in the room

Payload fields

FieldTypeRequiredDescription
userIdint32requiredID of the user to mute.
roomIdint32requiredID of the room.
minutesint32requiredDuration of the mute in minutes.

Behavior

Sender

Sent by a room rights holder to mute a specific user for a number of minutes.

Receiver

The server applies the mute and sends room.user_muted (s2c 826) to the target. Confirmed in GLADIATOR.

Notes

  • No additional notes