Sticker

Signature

export declare class Sticker 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.

packId?: string | undefined;

Methods

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