Skip to main content
Module

x/denord/mod.ts>Emoji

🗣 Discord API module
Latest
interface Emoji
import { type Emoji } from "https://deno.land/x/denord@0.1.0/mod.ts";

Properties

optional
id: EmojiId

emoji id

optional
name: string

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

optional
roles: RoleId[]

roles this emoji is whitelisted to

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