Member Junction
    Preparing search index...

    What the native addon's joinVoiceChannel() resolves to.

    interface NativeVoiceJoinResult {
        botUserId: string | number;
        voiceChannelId: string;
    }
    Index

    Properties

    botUserId: string | number

    The bot's own Discord user id in the joined voice channel.

    voiceChannelId: string

    The Discord voice-channel id the bot joined (the durable external connection id).