Class EntityMenu
- Namespace
- NetCord
- Assembly
- NetCord.dll
public abstract class EntityMenu : Menu, IComponent, IJsonModel<JsonComponent>
- Inheritance
-
EntityMenu
- Implements
- Derived
- Inherited Members
Constructors
EntityMenu(JsonComponent, IReadOnlyList<ulong>, int)
protected EntityMenu(JsonComponent jsonModel, IReadOnlyList<ulong> defaultValues, int parentId)
Parameters
jsonModel
JsonComponentdefaultValues
IReadOnlyList<ulong>parentId
int
EntityMenu(JsonComponent, int)
public EntityMenu(JsonComponent jsonModel, int parentId)
Parameters
jsonModel
JsonComponentparentId
int
Properties
DefaultValues
public IReadOnlyList<ulong> DefaultValues { get; }