- Namespace
- NetCord
- Assembly
- NetCord.dll
public abstract class Menu : IComponent, IJsonModel<JsonComponent>
- Inheritance
-
Menu
- Implements
-
- Derived
-
- Inherited Members
-
Constructors
protected Menu(JsonComponent jsonModel)
Parameters
jsonModel
JsonComponent
Properties
public string CustomId { get; }
Property Value
- string
public bool Disabled { get; }
Property Value
- bool
public int? MaxValues { get; }
Property Value
- int?
public int? MinValues { get; }
Property Value
- int?
public string? Placeholder { get; }
Property Value
- string