Preview environment

interface APIEmoji

export interface APIEmoji extends APIPartialEmoji

https://discord.com/developers/docs/resources/emoji#emoji-object-emoji-structure

optional
animated? : boolean

Whether this emoji is animated

Inherited from: APIPartialEmoji

optional
available? : boolean

Whether this emoji can be used, may be false due to loss of Server Boosts

Emoji id

Inherited from: APIPartialEmoji

optional
managed? : boolean

Whether this emoji is managed

name : string | null

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

Inherited from: APIPartialEmoji

optional
require_colons? : boolean

Whether this emoji must be wrapped in colons

optional
roles? : APIRole['id'][]

Roles this emoji is whitelisted to

optional
user? : APIUser

User that created this emoji