Skip to main content

room_entities.whisper

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

Overview

  • ID: 2704
  • Header: UNIT_CHAT_WHISPER
  • Direction: Server to Client (s2c)
  • Realm: Room Entities
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver a private whisper to the recipient

Payload fields

FieldTypeRequiredDescription
roomIndexint32requiredRoom entity index of the whispering unit.
messagestringrequiredWhisper message text.
gestureint32requiredGesture animation.
bubbleStyleint32requiredChat bubble style.
urlCountint32requiredNumber of URL items.
urlsstring[]requiredURL strings.
messageLengthint32requiredOriginal message character count.

Behavior

Sender

Sent only to the whisper recipient when a unit whispers to them.

Receiver

The client renders the whisper in a muted or private style visible only to the recipient. Confirmed in GLADIATOR.

Notes

  • No additional notes