Class VoiceUserLeaveEventArgs
Arguments for UserLeft.
Namespace: DisCatSharp.VoiceNext.EventArgs
Assembly: DisCatSharp.VoiceNext.dll
Syntax
public sealed class VoiceUserLeaveEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceSsrc
Gets the SSRC of the user who left.
Declaration
public uint Ssrc { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
User
Gets the user who left.
Declaration
public DiscordUser User { get; }
Property Value
Type | Description |
---|---|
DiscordUser |