Member Junction
    Preparing search index...

    The handles the seam returns after a successful IDiscordVoiceSdk.joinVoiceChannel.

    interface DiscordJoinResult {
        BotUserId: string;
        VoiceChannelId: string;
    }
    Index

    Properties

    BotUserId: string

    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).