Class VoiceGatewayDispatch
- Namespace
- DSharpPlus.VoiceLink
- Assembly
- DSharpPlus.VoiceLink.dll
public record VoiceGatewayDispatch : IEquatable<VoiceGatewayDispatch>
- Inheritance
-
VoiceGatewayDispatch
- Implements
- Derived
- Inherited Members
Properties
Data
[JsonPropertyName("d")]
public object? Data { get; init; }
Property Value
OpCode
[JsonPropertyName("op")]
public VoiceOpCode OpCode { get; init; }