DiscordNameplate

data class DiscordNameplate(val skuId: Snowflake, val asset: String, val label: String, val palette: NameplatePalette)(source)

The representation of a user's nameplate.

Constructors

Link copied to clipboard
constructor(skuId: Snowflake, asset: String, label: String, palette: NameplatePalette)

Properties

Link copied to clipboard

The path to the nameplate asset

Link copied to clipboard

The label of this nameplate. Currently unused

Link copied to clipboard

The background color of the nameplate

Link copied to clipboard
@SerialName(value = "sku_id")
val skuId: Snowflake

The ID of the nameplate SKU