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