Constructor DiscordCheckboxGroupComponentOption
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
DiscordCheckboxGroupComponentOption(string, string, string?, bool)
Creates a new checkbox group option.
public DiscordCheckboxGroupComponentOption(string label, string value, string? description = null, bool isDefault = false)