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
JsonComponentdefaultValues
IReadOnlyList<ulong>
Properties
DefaultValues
public IReadOnlyList<ulong> DefaultValues { get; }