Table of Contents

Property MinimumSelectedValues

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

MinimumSelectedValues

The minimum amount of options that can be selected. Must be less than or equal to MaximumSelectedValues. Defaults to one.

[JsonProperty("min_values", NullValueHandling = NullValueHandling.Ignore)]
public int? MinimumSelectedValues { get; }

Property Value

int?