Table of Contents

Class VoiceGatewayDispatch

Namespace
DSharpPlus.VoiceLink
Assembly
DSharpPlus.VoiceLink.dll
public record VoiceGatewayDispatch : IEquatable<VoiceGatewayDispatch>
Inheritance
VoiceGatewayDispatch
Implements
Derived
Inherited Members

Properties

[JsonPropertyName("d")]
public object? Data { get; init; }

Property Value

object
[JsonPropertyName("op")]
public VoiceOpCode OpCode { get; init; }

Property Value

VoiceOpCode