Skip to main content
Latest
interface Emoji
Re-export
import { type Emoji } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

optional
id: string

Emoji id

optional
name: string

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

optional
roles: string[]

Roles allowed to use this emoji

optional
user: User

User that created this emoji

optional
requireColons: boolean

Whether this emoji must be wrapped in colons

optional
managed: boolean

Whether this emoji is managed

optional
animated: boolean

Whether this emoji is animated

optional
available: boolean

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