Class SelectMenuOption
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents a choice for a SelectMenuComponent.
public class SelectMenuOption
- Inheritance
-
SelectMenuOption
- Inherited Members
Properties
Description
Gets a description of the option.
public string Description { get; }
Property Value
Emote
Gets the IEmote displayed with this menu option.
public IEmote Emote { get; }
Property Value
IsDefault
Gets whether or not this option will render as selected by default.
public bool? IsDefault { get; }
Property Value
- bool?
Label
Gets the user-facing name of the option.
public string Label { get; }
Property Value
Value
Gets the dev-define value of the option.
public string Value { get; }