Skip to main content

room.room_message_notification

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

Overview

  • ID: 1634
  • Header: ROOM_MESSAGE_NOTIFICATION
  • Direction: Server to Client (s2c)
  • Realm: Notifications & Landing
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Room message notification

Payload fields

FieldTypeRequiredDescription
field1int32requiredField extracted from parser source.
field2stringrequiredField extracted from parser source.
field3int32requiredField extracted from parser source.

Behavior

Sender

The server sends this message to inform the client about room message notification.

Receiver

The client processes the received data and updates its state.

Notes

  • No additional notes