Table of Contents

Struct RadioGroupOption

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents an option for a RadioGroup component.

public readonly struct RadioGroupOption
Inherited Members

Properties

Description

Gets the description of the option.

public string Description { get; }

Property Value

string

Remarks

null if no description is set.

IsDefault

Gets a value indicating whether the option is selected by default.

public bool? IsDefault { get; }

Property Value

bool?

Label

Gets the label of the option.

public string Label { get; }

Property Value

string

Value

Gets the value of the option.

public string Value { get; }

Property Value

string