Discord.https - v3.0.16
    Preparing search index...

    Interface APIReaction

    interface APIReaction {
        burst_colors: string[];
        count: number;
        count_details: APIReactionCountDetails;
        emoji: APIPartialEmoji;
        me: boolean;
        me_burst: boolean;
    }
    Index

    Properties

    burst_colors: string[]

    Hexadecimal colors used for this super reaction

    count: number

    Total number of times this emoji has been used to react (including super reacts)

    An object detailing the individual reaction counts for different types of reactions

    Emoji information

    me: boolean

    Whether the current user reacted using this emoji

    me_burst: boolean

    Whether the current user super-reacted using this emoji