Skip to main content

forum.post

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

Overview

  • ID: 2049
  • Header: GROUP_FORUM_POST
  • Direction: Server to Client (s2c)
  • Realm: Groups & Forums
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver a single forum message

Payload fields

FieldTypeRequiredDescription
groupIdint32requiredGroup identifier.
threadIdint32requiredThread identifier.
messageobjectrequiredMessage data with messageId, messageIndex, authorId, authorName, authorFigure, creationTimeAgo, messageText, state (byte), adminId, adminName, adminOperationTimeAgo, and authorPostCount.

Behavior

Sender

Sent when a new message is posted in a thread the player is viewing.

Receiver

The client appends the message to the thread view.

Notes

  • No additional notes