interface APIEmoji

external
export interface APIEmoji extends APIPartialEmoji

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

optionalexternal
animated? : boolean

Whether this emoji is animated

Inherited from: APIPartialEmoji

optionalexternal
available? : boolean

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

external
id : Snowflake | null

Emoji id

Inherited from: APIPartialEmoji

optionalexternal
managed? : boolean

Whether this emoji is managed

external
name : string | null

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

Inherited from: APIPartialEmoji

optionalexternal
require_colons? : boolean

Whether this emoji must be wrapped in colons

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

Roles this emoji is whitelisted to

optionalexternal
user? : APIUser

User that created this emoji