Table of Contents

Class VoiceSpeakingPayload

Namespace
DSharpPlus.VoiceLink.Payloads
Assembly
DSharpPlus.VoiceLink.dll
public sealed record VoiceSpeakingPayload : IEquatable<VoiceSpeakingPayload>
Inheritance
VoiceSpeakingPayload
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 ulong UserId { get; init; }

Property Value

ulong