@typed-discord/rest
    Preparing search index...

    Interface MessageReactionResponse

    interface MessageReactionResponse {
        burst_colors: string[];
        count: number;
        count_details: MessageReactionCountDetailsResponse;
        emoji: MessageReactionEmojiResponse;
        me: boolean;
        me_burst: boolean;
    }
    Index

    Properties

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