Class VoiceSelectProtocolCommandData
- Namespace
- DSharpPlus.VoiceLink.Commands
- Assembly
- DSharpPlus.VoiceLink.dll
public sealed record VoiceSelectProtocolCommandData : IEquatable<VoiceSelectProtocolCommandData>
- Inheritance
-
VoiceSelectProtocolCommandData
- Implements
- Inherited Members
Properties
Address
public required string Address { get; init; }
Property Value
Mode
public required string Mode { get; init; }
Property Value
Port
public required ushort Port { get; init; }