Property IsAvailable
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
IsAvailable
Gets whether the emoji is available for use. An emoji may not be available due to loss of server boost.
[JsonProperty("available", NullValueHandling = NullValueHandling.Ignore)]
public bool IsAvailable { get; }