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
MinValues
Gets the minimum number of values that can be selected.
public int MinValues { get; }
Property Value
Options
Gets the options of this select menu component.
public IReadOnlyCollection<SelectMenuOption> Options { get; }
Property Value
Placeholder
Gets the placeholder of the select menu input.
public string Placeholder { get; }