Not documented but mentioned

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

Hierarchy (View Summary)

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)