Skip to main content

room_entities.whisper

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

Overview

  • ID: 1543
  • Header: UNIT_CHAT_WHISPER
  • Direction: Client to Server (c2s)
  • Realm: Room Entities
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Send a private whisper to a specific user

Payload fields

FieldTypeRequiredDescription
targetNamestringrequiredUsername of the whisper recipient.
messagestringrequiredWhisper message text.
styleIdint32requiredChat bubble style identifier.

Behavior

Sender

Sent when the user whispers to another user. The message is visible only to the sender and recipient.

Receiver

The server delivers room_entities.whisper (s2c 2704) to the recipient only. Confirmed in GLADIATOR.

Notes

  • No additional notes