Skip to main content

forum.threads

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

Overview

  • ID: 1073
  • Header: GROUP_FORUM_THREADS
  • Direction: Server to Client (s2c)
  • Realm: Groups & Forums
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver a page of forum threads

Payload fields

FieldTypeRequiredDescription
groupIdint32requiredGroup identifier.
startIndexint32requiredStarting offset of this page.
threadslist<object>requiredThread entries each with threadId, authorId, authorName, header, isPinned, isLocked, creationTimeAgo, totalMessages, unreadCount, lastMessageId, lastUserId, lastUserName, lastCommentTimeAgo, state (byte), adminId, adminName, and adminOperationTimeAgo.

Behavior

Sender

Sent in response to a get-threads request.

Receiver

The client renders the thread list with unread indicators and pinned threads.

Notes

  • No additional notes