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

x/cordeno/src/client/constructors/struct/EmojiStruct.ts>EmojiStruct

🦕 A Discord API wrapper for developing discord bots using the Deno runtime.
Latest
class EmojiStruct
import { EmojiStruct } from "https://deno.land/x/cordeno@v0.3.5/src/client/constructors/struct/EmojiStruct.ts";

Constructors

new
EmojiStruct(payload: Emoji)

Properties

private
optional
animated: boolean
private
optional
available: boolean
private
id: string | null
private
optional
managed: boolean
private
name: string | null
private
optional
requireColons: boolean
private
optional
roles: Array<Role>
private
optional
user: User