Table of Contents

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

string

Emote

Gets the IEmote displayed with this menu option.

public IEmote Emote { get; }

Property Value

IEmote

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

string

Value

Gets the dev-define value of the option.

public string Value { get; }

Property Value

string