Skip to main content

room.event_info

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

Overview

  • ID: 1840
  • Header: ROOM_EVENT
  • Direction: Server to Client (s2c)
  • Realm: Room
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver room event or advertisement information

Payload fields

FieldTypeRequiredDescription
flatIdint32requiredID of the room hosting the event.
namestringrequiredEvent display name.
descriptionstringrequiredEvent description text.
categoryIdint32requiredEvent category identifier.
minutesLeftint32requiredMinutes until the event expires.
tagsstring[]requiredEvent tags.

Behavior

Sender

Sent when a room event is active and needs to be displayed to room occupants in the room info panel.

Receiver

The client shows the event badge and details in the header. Confirmed in GLADIATOR.

Notes

  • No additional notes