Table of Contents

Class Menu

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

Constructors

Menu(JsonComponent)

protected Menu(JsonComponent jsonModel)

Parameters

jsonModel JsonComponent

Properties

CustomId

public string CustomId { get; }

Property Value

string

Disabled

public bool Disabled { get; }

Property Value

bool

MaxValues

public int? MaxValues { get; }

Property Value

int?

MinValues

public int? MinValues { get; }

Property Value

int?

Placeholder

public string? Placeholder { get; }

Property Value

string