Table of Contents

Class EntityMenu

Namespace
NetCord
Assembly
NetCord.dll
public abstract class EntityMenu : Menu, IComponent, IJsonModel<JsonComponent>
Inheritance
EntityMenu
Implements
Derived
Inherited Members

Constructors

EntityMenu(JsonComponent)

public EntityMenu(JsonComponent jsonModel)

Parameters

jsonModel JsonComponent

EntityMenu(JsonComponent, IReadOnlyList<ulong>)

protected EntityMenu(JsonComponent jsonModel, IReadOnlyList<ulong> defaultValues)

Parameters

jsonModel JsonComponent
defaultValues IReadOnlyList<ulong>

Properties

DefaultValues

public IReadOnlyList<ulong> DefaultValues { get; }

Property Value

IReadOnlyList<ulong>