Property VoiceStates
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
VoiceStates
Gets a dictionary of all the voice states for this guilds. The key for this dictionary is the ID of the user the voice state corresponds to.
[JsonIgnore]
public IReadOnlyDictionary<ulong, DiscordVoiceState> VoiceStates { get; }
Property Value
- IReadOnlyDictionary<ulong, DiscordVoiceState>