Property IsRequired
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
IsRequired
Indicates whether checking at least one box is required to submit the modal.
[JsonProperty("required", NullValueHandling = NullValueHandling.Ignore)]
public bool? IsRequired { get; }
Property Value
- bool?