Class VoiceLinkUserSpeakingEventArgs
- Namespace
- DSharpPlus.VoiceLink.EventArgs
- Assembly
- DSharpPlus.VoiceLink.dll
public sealed class VoiceLinkUserSpeakingEventArgs : AsyncEventArgs
- Inheritance
-
AsyncEventArgs
VoiceLinkUserSpeakingEventArgs
- Inherited Members
-
Properties
Channel
public DiscordChannel Channel { get; }
Property Value
- DiscordChannel
Connection
public required VoiceLinkConnection Connection { get; init; }
Property Value
- VoiceLinkConnection
Guild
public DiscordGuild Guild { get; }
Property Value
- DiscordGuild
IsSpeaking
public bool IsSpeaking { get; }
Property Value
- bool
Member
public DiscordMember Member { get; }
Property Value
- DiscordMember
Payload
public required VoiceSpeakingPayload Payload { get; init; }
Property Value
- VoiceSpeakingPayload
User
public DiscordUser User { get; }
Property Value
- DiscordUser
VoiceUser
public required VoiceLinkUser VoiceUser { get; init; }
Property Value
- VoiceLinkUser