Member Junction
    Preparing search index...

    The handles the seam returns after a successful ISlackHuddleSdk.join.

    interface SlackJoinResult {
        BotParticipantId: string;
        HuddleId: string;
    }
    Index

    Properties

    BotParticipantId: string

    The bot's own participant (Slack user) id in the joined huddle.

    HuddleId: string

    The Slack huddle id the bot joined (the durable external connection id).