SHARDWIRE
ReferenceEvent & Data Models

BridgeVoiceState

Reference for `BridgeVoiceState`, exported as part of the public Shardwire surface.

interface exported from src/discord/types.ts.

Summary

Reference for BridgeVoiceState, exported as part of the public Shardwire surface.

Signature

export interface BridgeVoiceState {
	guildId: Snowflake;
	userId: Snowflake;
	channelId?: Snowflake | null;
	sessionId?: string | null;
	selfMute: boolean;
	selfDeaf: boolean;
	selfVideo: boolean;
	selfStream: boolean;
	serverMute: boolean;
	serverDeaf: boolean;
	suppress: boolean;
	requestToSpeakTimestamp?: string | null;
}

Structure

On this page