Table of Contents

Class RadioGroupComponentInfo

Namespace
Discord.Interactions
Assembly
Discord.Net.Interactions.dll
public class RadioGroupComponentInfo : InputComponentInfo
Inheritance
RadioGroupComponentInfo
Inherited Members

Properties

Options

Gets the options of this radio group component.

public IReadOnlyCollection<RadioGroupOption> Options { get; }

Property Value

IReadOnlyCollection<RadioGroupOption>