Table of Contents

Class VoiceIdentifyCommand

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

Properties

public required ulong ServerId { get; init; }

Property Value

ulong
public required string SessionId { get; init; }

Property Value

string
public required string Token { get; init; }

Property Value

string
public required ulong UserId { get; init; }

Property Value

ulong