Table of Contents

Class VoiceLinkUserSpeakingEventArgs

Namespace
DSharpPlus.VoiceLink.EventArgs
Assembly
DSharpPlus.VoiceLink.dll
public sealed class VoiceLinkUserSpeakingEventArgs : AsyncEventArgs
Inheritance
AsyncEventArgs
VoiceLinkUserSpeakingEventArgs
Inherited Members

Properties

public DiscordChannel Channel { get; }

Property Value

DiscordChannel
public required VoiceLinkConnection Connection { get; init; }

Property Value

VoiceLinkConnection
public DiscordGuild Guild { get; }

Property Value

DiscordGuild
public bool IsSpeaking { get; }

Property Value

bool
public DiscordMember Member { get; }

Property Value

DiscordMember
public required VoiceSpeakingPayload Payload { get; init; }

Property Value

VoiceSpeakingPayload
public DiscordUser User { get; }

Property Value

DiscordUser
public required VoiceLinkUser VoiceUser { get; init; }

Property Value

VoiceLinkUser