@bootdesk/js-web-adapter-core
    Preparing search index...

    Interface Reaction

    interface Reaction {
        count: number;
        emoji: string;
        hasReacted?: boolean;
        users: string[];
    }
    Index

    Properties

    count: number
    emoji: string
    hasReacted?: boolean
    users: string[]