Table of Contents

Class DiscordRadioGroupComponent

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Represents a group of two to ten options to choose from. Available in modals.

public class DiscordRadioGroupComponent : DiscordComponent
Inheritance
DiscordRadioGroupComponent
Inherited Members

Constructors

DiscordRadioGroupComponent(string, IReadOnlyList<DiscordRadioGroupOption>, bool?)

Creates a new radio group.

Properties

IsRequired

Indicates whether checking at least one option is required to submit the modal.

Options

The options within this group that can be selected from.