Class VoiceIdentifyCommand
- Namespace
- DSharpPlus.VoiceLink.Commands
- Assembly
- DSharpPlus.VoiceLink.dll
public sealed record VoiceIdentifyCommand : IEquatable<VoiceIdentifyCommand>
- Inheritance
-
VoiceIdentifyCommand
- Implements
-
- Inherited Members
-
Properties
ServerId
public required ulong ServerId { get; init; }
Property Value
- ulong
SessionId
public required string SessionId { get; init; }
Property Value
- string
Token
public required string Token { get; init; }
Property Value
- string
UserId
public required ulong UserId { get; init; }
Property Value
- ulong