Skip to main content

forum.get_thread

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

Overview

  • ID: 3900
  • Header: GET_FORUM_THREAD
  • Direction: Client to Server (c2s)
  • Realm: Groups & Forums
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Request a specific forum thread

Payload fields

FieldTypeRequiredDescription
groupIdint32requiredGroup identifier.
threadIdint32requiredThread identifier to retrieve.

Behavior

Sender

Sent to load a specific thread, typically from a notification link.

Receiver

The server responds with the thread metadata.

Notes

  • No additional notes