Skip to main content

forum.get_messages

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

Overview

  • ID: 232
  • Header: GET_FORUM_MESSAGES
  • Direction: Client to Server (c2s)
  • Realm: Groups & Forums
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Request messages within a forum thread

Payload fields

FieldTypeRequiredDescription
groupIdint32requiredGroup identifier.
threadIdint32requiredThread identifier.
startIndexint32requiredStarting offset for pagination.
countint32requiredNumber of messages to return.

Behavior

Sender

Sent when the player opens a thread or pages through messages.

Receiver

The server responds with the requested page of messages including author info and moderation state.

Notes

  • No additional notes