Property Disabled
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Disabled
Whether this button can be pressed.
[JsonProperty("disabled", NullValueHandling = NullValueHandling.Ignore)]
public bool Disabled { get; set; }
Whether this button can be pressed.
[JsonProperty("disabled", NullValueHandling = NullValueHandling.Ignore)]
public bool Disabled { get; set; }