Member Junction
    Preparing search index...

    One huddle participant as the native addon reports it. Mapped onto SlackParticipant.

    interface NativeParticipant {
        displayName?: string;
        isSelf?: boolean;
        role?: string;
        userId: string | number;
    }
    Index

    Properties

    displayName?: string

    The participant's display name.

    isSelf?: boolean

    Whether this participant is the bot itself.

    role?: string

    The participant's role as the addon reports it (host / cohost / participant).

    userId: string | number

    The native Slack user id.