Class CheckboxGroupComponentInfo
- Namespace
- Discord.Interactions
- Assembly
- Discord.Net.Interactions.dll
public class CheckboxGroupComponentInfo : InputComponentInfo
- Inheritance
-
CheckboxGroupComponentInfo
- Inherited Members
Properties
MaxValues
Gets the maximum number of values that can be selected.
public int MaxValues { get; }
Property Value
MinValues
Gets the minimum number of values that can be selected.
public int MinValues { get; }
Property Value
Options
Gets the options of this checkbox group component.
public IReadOnlyCollection<CheckboxGroupOption> Options { get; }