Skip to main content
Module

x/natico/deps.ts>DiscordenoEmoji

A powerful and customizable framework for Discordeno
Latest
interface DiscordenoEmoji
Re-export
import { type DiscordenoEmoji } from "https://deno.land/x/natico@4.0.0-pre.4/deps.ts";

Properties

optional
id: bigint

Emoji id

optional
name: string

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

optional
roles: bigint[]

Roles allowed to use this emoji

optional
user: DiscordenoUser

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