interface APIMessageComponentEmoji {
    animated?: boolean;
    id?: string;
    name?: string;
}

Properties

Properties

animated?: boolean

Whether this emoji is animated

id?: string

Emoji id

name?: string

Emoji name