Interface MessageReaction

interface MessageReaction {
    burstColors: string[];
    count: number;
    countDetails: MessageReactionCountDetails;
    emoji: PartialEmoji;
    me: boolean;
    meBurst: boolean;
}

Properties

burstColors: string[]
count: number
me: boolean
meBurst: boolean