Skip to main content

forum.get_threads

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

Overview

  • ID: 873
  • Header: GET_FORUM_THREADS
  • Direction: Client to Server (c2s)
  • Realm: Groups & Forums
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Request a page of forum threads

Payload fields

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

Behavior

Sender

Sent when the player views or pages through the thread list of a group forum.

Receiver

The server responds with the requested page of threads with their metadata and unread counts.

Notes

  • No additional notes