GatewayVoiceChannelStartTimeUpdateDispatch
https://discord.com/developers/docs/events/gateway-events#voice-channel-start-time-update
Signature
export type GatewayVoiceChannelStartTimeUpdateDispatch = DataPayload<GatewayDispatchEvents.VoiceChannelStartTimeUpdate, GatewayVoiceChannelStartTimeUpdateDispatchData>;Private types
DataPayloadInterface
interface DataPayload<Event extends GatewayDispatchEvents, D = unknown> extends BasePayload { op: GatewayOpcodes.Dispatch; t: Event; d: D;}BasePayloadInterface
interface BasePayload { op: GatewayOpcodes; d?: unknown; s: number; t?: string;}Members
This export does not declare public properties or methods in the generated declaration file.