Property MaxUses
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
MaxUses
Gets the max number of times this invite can be used.
[JsonProperty("max_uses", NullValueHandling = NullValueHandling.Ignore)]
public int MaxUses { get; }
Gets the max number of times this invite can be used.
[JsonProperty("max_uses", NullValueHandling = NullValueHandling.Ignore)]
public int MaxUses { get; }