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

    Interface APIPartialEmoji

    Not documented but mentioned

    interface APIPartialEmoji {
        animated?: boolean;
        id: null | string;
        name: null | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    animated?: boolean

    Whether this emoji is animated

    id: null | string

    Emoji id

    name: null | string

    Emoji name (can be null only in reaction emoji objects)