Class UserSpeakingEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for UserSpeaking event.
public class UserSpeakingEventArgs : DiscordEventArgs
- Inheritance
-
UserSpeakingEventArgs
Properties
- SSRC
Gets the SSRC of the audio source.
- Speaking
Gets whether this user is speaking.
- User
Gets the users whose speaking state changed.