Class VoiceStateUpdateEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for VoiceStateUpdated event.
public class VoiceStateUpdateEventArgs : DiscordEventArgs
- Inheritance
-
VoiceStateUpdateEventArgs
- Inherited Members
Properties
- After
Gets the voice state post-update.
- Before
Gets the voice state pre-update.
- Channel
Gets the related voice channel.
- Guild
Gets the guild in which the update occurred.
- SessionId
Gets the ID of voice session.
- User
Gets the user whose voice state was updated.