Sticker

Signature

export interface Sticker extends DiscordBase, ObjectToLower<Omit<APISticker, 'user'>>

Properties

get createdTimestamp(): number;

Create a timestamp for the current object.

get createdAt(): Date;

createdAt gets the creation Date instace of the current object.

packId?: string | undefined;

Methods

delete(reason?: string): Promise<void>;