Interface RawMessageReaction

interface RawMessageReaction {
    burst_colors: string[];
    count: number;
    count_details: MessageReactionCountDetails;
    emoji: PartialEmoji;
    me: boolean;
    me_burst: boolean;
}

Properties

burst_colors: string[]
count: number
me: boolean
me_burst: boolean