Skip to main content

group.badge_parts

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

Overview

  • ID: 2238
  • Header: GROUP_BADGE_PARTS
  • Direction: Server to Client (s2c)
  • Realm: Groups & Forums
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver all available group badge parts

Payload fields

FieldTypeRequiredDescription
baseslist<object>requiredBadge base parts with id (int32), valueA (string), and valueB (string).
symbolslist<object>requiredBadge symbol parts with id (int32), valueA (string), and valueB (string).
partColorslist<object>requiredPart color options with id (int32) and color (string).
colorsAlist<object>requiredPrimary color options with id (int32) and color (string).
colorsBlist<object>requiredSecondary color options with id (int32) and color (string).

Behavior

Sender

Sent in response to a badge parts request.

Receiver

The client populates the badge editor with bases, symbols, and colors.

Notes

  • No additional notes