Skip to main content

Emoji

Documentation


Documentation / @discordeno/bot / Emoji

Interface: Emoji

Defined in: transformers/types.ts:730

Properties

animated?

optional animated: boolean

Defined in: transformers/types.ts:744

Whether this emoji is animated


available?

optional available: boolean

Defined in: transformers/types.ts:746

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


id?

optional id: bigint

Defined in: transformers/types.ts:734

Emoji id


managed?

optional managed: boolean

Defined in: transformers/types.ts:742

Whether this emoji is managed


name?

optional name: string

Defined in: transformers/types.ts:732

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


requireColons?

optional requireColons: boolean

Defined in: transformers/types.ts:740

Whether this emoji must be wrapped in colons


roles?

optional roles: bigint[]

Defined in: transformers/types.ts:736

Roles allowed to use this emoji


toggles

toggles: EmojiToggles

Defined in: transformers/types.ts:747


user?

optional user: User

Defined in: transformers/types.ts:738

User that created this emoji