Table of Contents

Class VoiceSpeakingCommand

Namespace
DSharpPlus.VoiceLink.Commands
Assembly
DSharpPlus.VoiceLink.dll
public sealed record VoiceSpeakingCommand : IEquatable<VoiceSpeakingCommand>
Inheritance
VoiceSpeakingCommand
Implements
Inherited Members

Properties

public required int Delay { get; init; }

Property Value

int
public required VoiceSpeakingIndicators Speaking { get; init; }

Property Value

VoiceSpeakingIndicators
public required uint Ssrc { get; init; }

Property Value

uint
public required ulong UserId { get; init; }

Property Value

ulong