Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discordeno/types/discord.ts>DiscordEmoji

Discord API library for Deno
Extremely Popular
Go to Latest
interface DiscordEmoji
import { type DiscordEmoji } from "https://deno.land/x/discordeno@17.0.0/types/discord.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