Skip to main content
Module

x/coward/src/structures/GuildEmoji.ts>GuildEmoji

🐔 Coward is a Deno module for easy interaction with the Discord API.
Latest
class GuildEmoji
import { GuildEmoji } from "https://deno.land/x/coward@v0.3.2/src/structures/GuildEmoji.ts";

Class representing an emoji in a guild

Constructors

new
GuildEmoji(
data: any,
guild: Guild,
client: Client,
)

Properties

animated: boolean
available: boolean

Whether the emoji is available - may be false due to loss of server boosts.

id: string
managed: boolean

Whether the emoji is managed

name: string
requireColons: boolean
roles: Map<string, Role>
user: User

User that created the emoji