Emoji

Signature

export declare class Emoji<T extends boolean = false> extends DiscordBase

Properties

get createdTimestamp(): number;

Create a timestamp for the current object.

get createdAt(): Date;

createdAt gets the creation Date instace of the current object.

roles?: string[] | undefined;
name: string | null;

Methods

toString(): `<:${string}:${string}>` | `<a:${string}:${string}>`;

Returns a string representation of an object.

toJSON(): {    id: string;    name: string | null;    animated: boolean;};