Chameleon
    Preparing search index...

    Interface Reaction

    interface Reaction {
        count: number;
        countDetails: ReactionCountDetails;
        me: boolean;
        meBurst: boolean;
        emoji: Emoji;
        burstColors: string[];
    }
    Index

    Properties

    count: number
    countDetails: ReactionCountDetails
    me: boolean
    meBurst: boolean
    emoji: Emoji
    burstColors: string[]