Skip to main content
Module

x/discordeno/mod.ts>DiscordEmoji

Discord API library for Deno
Extremely Popular
Go to Latest
interface DiscordEmoji
Re-export
import { type DiscordEmoji } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Properties

optional
name: string

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

optional
id: string

Emoji id

optional
roles: string[]

Roles allowed to use this emoji

optional
user: DiscordUser

User that created this emoji

optional
require_colons: 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