Table of Contents

Property ApproximateMemberCount

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

ApproximateMemberCount

Gets the approximate number of members in this guild, when using GetGuildAsync(ulong, bool?) and having withCounts set to true.

[JsonProperty("approximate_member_count", NullValueHandling = NullValueHandling.Ignore)]
public int? ApproximateMemberCount { get; }

Property Value

int?