Class UserSpeakingEventArgs
Represents arguments for UserSpeaking event.
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class UserSpeakingEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceSpeaking
Gets whether this user is speaking.
Declaration
public bool Speaking { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Ssrc
Gets the SSRC of the audio source.
Declaration
public uint Ssrc { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
User
Gets the users whose speaking state changed.
Declaration
public DiscordUser User { get; }
Property Value
Type | Description |
---|---|
DiscordUser |