Skip to main content

forum.update_message

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

Overview

  • ID: 324
  • Header: GROUP_FORUM_UPDATE_MESSAGE
  • Direction: Server to Client (s2c)
  • Realm: Groups & Forums
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver an updated forum message

Payload fields

FieldTypeRequiredDescription
groupIdint32requiredGroup identifier.
threadIdint32requiredThread identifier.
messageobjectrequiredUpdated message data with the standard message structure.

Behavior

Sender

Sent when a message's moderation state changes.

Receiver

The client updates the message display to reflect moderation actions.

Notes

  • No additional notes