Interface VoiceStateUpdateData

interface VoiceStateUpdateData {
    channelId: string;
    guildId: string;
    payload: VoiceStateUpdatePayload;
}

Properties

channelId: string
guildId: string