GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

GatewayVoiceStateUpdate

https://discord.com/developers/docs/topics/gateway-events#update-voice-state

API/Interfaces/GatewayVoiceStateUpdate
seyfert/lib/types/gateway.d.ts

Signature

export interface GatewayVoiceStateUpdate

Properties

2
opd

Methods

0

No methods.

Properties

op#
op: GatewayOpcodes.VoiceStateUpdate;
d#
d: GatewayVoiceStateUpdateData;