Class VoiceSpeakingCommand
- Namespace
- DSharpPlus.VoiceLink.Commands
- Assembly
- DSharpPlus.VoiceLink.dll
public sealed record VoiceSpeakingCommand : IEquatable<VoiceSpeakingCommand>
- Inheritance
-
VoiceSpeakingCommand
- Implements
- Inherited Members
Properties
Delay
public required int Delay { get; init; }
Property Value
Speaking
public required VoiceSpeakingIndicators Speaking { get; init; }
Property Value
Ssrc
public required uint Ssrc { get; init; }
Property Value
UserId
public required ulong UserId { get; init; }