Member Junction
    Preparing search index...

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

    interface NativeJoinResult {
        botUserId: string | number;
        huddleId: string;
    }
    Index

    Properties

    Properties

    botUserId: string | number

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

    huddleId: string

    The Slack huddle id the bot joined.