Table of Contents

Class SelectMenuComponentInfo

Namespace
Discord.Interactions
Assembly
Discord.Net.Interactions.dll

Represents the InputComponentInfo class for SelectMenu type.

public class SelectMenuComponentInfo : InputComponentInfo
Inheritance
SelectMenuComponentInfo
Inherited Members

Properties

MaxValues

Gets the maximum number of values that can be selected.

public int MaxValues { get; }

Property Value

int

MinValues

Gets the minimum number of values that can be selected.

public int MinValues { get; }

Property Value

int

Options

Gets the options of this select menu component.

public IReadOnlyCollection<SelectMenuOption> Options { get; }

Property Value

IReadOnlyCollection<SelectMenuOption>

Placeholder

Gets the placeholder of the select menu input.

public string Placeholder { get; }

Property Value

string