Skip to main content

forum.list

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

Overview

  • ID: 3001
  • Header: GROUP_FORUM_LIST
  • Direction: Server to Client (s2c)
  • Realm: Groups & Forums
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver a list of group forums

Payload fields

FieldTypeRequiredDescription
listCodeint32requiredFilter type that was requested.
totalAmountint32requiredTotal number of forums matching the filter.
startIndexint32requiredStarting offset of this page.
forumslist<object>requiredForum entries with group ID, name, description, icon, thread/message counts, and last activity.

Behavior

Sender

Sent in response to a forum list request.

Receiver

The client displays the forum directory with activity summaries.

Notes

  • No additional notes