EmojiData

interface EmojiData

Describes an emoji used in message content or reactions. Covers both custom guild emoji (identified by snowflake) and standard Unicode emoji (identified by the emoji string as the name).

exported from lib.weeble.d

Properties

Property

Type

Description

animated?

boolean

Indicates whether this custom emoji is animated.

id?

string | null

Custom emoji ID, or null for unicode emoji.

name

string

Custom emoji name, or the Unicode emoji string.