Class DiscordRadioGroupComponentOption
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents an option within a radio group component.
public sealed class DiscordRadioGroupComponentOption : ObservableApiObject
- Inheritance
-
DiscordRadioGroupComponentOption
- Inherited Members
Constructors
- DiscordRadioGroupComponentOption(string, string, string?, bool)
Creates a new radio group option.
Properties
- Default
Whether this option is pre-selected.
- Description
Optional helper text.
- Label
The display label.
- Value
The underlying value returned on submit.