Table of Contents

Struct User.AvatarDecorationData

Namespace
DiscordRPC
Assembly
DiscordRPC.dll

Data for the avatar decoration which can be layered on top of the avatar.

public struct User.AvatarDecorationData
Inherited Members

Properties

Asset

The hash of the asset used for the decoration.

[JsonProperty("asset")]
public readonly string Asset { get; }

Property Value

string

SKU

The SKU of the decoration.

[JsonProperty("skuId")]
public readonly string SKU { get; }

Property Value

string