Property Members
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Members
Gets a dictionary of all the members that belong to this guild. The dictionary's key is the member ID.
[JsonIgnore]
public IReadOnlyDictionary<ulong, DiscordMember> Members { get; }
Property Value
- IReadOnlyDictionary<ulong, DiscordMember>