Skip to main content
Module

x/natico/mod.ts>Emoji

A powerful and customizable framework for Discordeno
Latest
interface Emoji
Re-export
import { type Emoji } from "https://deno.land/x/natico@4.0.0-pre.4/mod.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