ReferenceEvent & Data Models
VoiceStateUpdateEventPayload
Reference for `VoiceStateUpdateEventPayload`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for VoiceStateUpdateEventPayload, exported as part of the public Shardwire surface.
Signature
export interface VoiceStateUpdateEventPayload extends EventEnvelopeBase {
oldState?: BridgeVoiceState;
state: BridgeVoiceState;
}