Property VoiceStates
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.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; }