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

    Interface MessageReactionEmojiResponse

    interface MessageReactionEmojiResponse {
        animated?: boolean;
        id: `${bigint}` | null;
        name: string | null;
    }
    Index

    Properties

    Properties

    animated?: boolean
    id: `${bigint}` | null
    name: string | null