Table of Contents

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

int

MinValues

Gets the minimum number of values that can be selected.

public int MinValues { get; }

Property Value

int

Options

Gets the options of this checkbox group component.

public IReadOnlyCollection<CheckboxGroupOption> Options { get; }

Property Value

IReadOnlyCollection<CheckboxGroupOption>