Table of Contents

Class Nameplate

Namespace
NetCord
Assembly
NetCord.dll
public class Nameplate : IJsonModel<JsonNameplate>
Inheritance
Nameplate
Implements
Inherited Members

Constructors

Nameplate(JsonNameplate)

public Nameplate(JsonNameplate jsonModel)

Parameters

jsonModel JsonNameplate

Properties

Asset

The path to the nameplate asset.

public string Asset { get; }

Property Value

string

Label

The label of this nameplate.

public string Label { get; }

Property Value

string

Palette

Background color of the nameplate.

public string Palette { get; }

Property Value

string

SkuId

The ID of the nameplate SKU.

public ulong SkuId { get; }

Property Value

ulong