Property ApproximatePresenceCount
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
ApproximatePresenceCount
Gets the approximate number of presences in this guild, when using GetGuildAsync(ulong, bool?) and having withCounts
set to true.
[JsonProperty("approximate_presence_count", NullValueHandling = NullValueHandling.Ignore)]
public int? ApproximatePresenceCount { get; }
Property Value
- int?