Skip to main content

forum.messages

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

Overview

  • ID: 509
  • Header: GROUP_FORUM_THREAD_MESSAGES
  • Direction: Server to Client (s2c)
  • Realm: Groups & Forums
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver a page of messages within a thread

Payload fields

FieldTypeRequiredDescription
groupIdint32requiredGroup identifier.
threadIdint32requiredThread identifier.
startIndexint32requiredStarting offset of this page.
messageslist<object>requiredMessage entries with the standard message data structure.

Behavior

Sender

Sent in response to a get-messages request.

Receiver

The client renders the message list within the thread view.

Notes

  • No additional notes