Property MinLength
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
MinLength
Gets the minimum allowed length for this slash command parameter.
[JsonProperty("min_length", NullValueHandling = NullValueHandling.Ignore)]
public int? MinLength { get; }
Property Value
- int?