ISPO SDK
    Preparing search index...

    Interface CommunityReactionSetResult

    Markdown
    interface CommunityReactionSetResult {
        active: boolean;
        count: number;
        emoji: string;
        messageRef: string;
    }
    Index
    active: boolean
    count: number
    emoji: string
    messageRef: string