Class VoiceStateUpdatedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for VoiceStateUpdated event.
public class VoiceStateUpdatedEventArgs : DiscordEventArgs
- Inheritance
-
objectEventArgsVoiceStateUpdatedEventArgs
Properties
- After
Gets the voice state post-update.
- Before
Gets the voice state pre-update.
- SessionId
Gets the ID of voice session.
Methods
- GetChannelAsync(bool)
Gets the channel associated with this voice state.
- GetGuildAsync(bool)
Gets the guild associated with this voice state.
- GetUserAsync(bool)
Gets the member associated with this voice state.