Interface ShardArchiveDeleteResponse

Result of an archive entry deletion.

interface ShardArchiveDeleteResponse {
    deleted: boolean;
    guildId: string;
    ok: boolean;
    uid: string;
}

Properties

Properties

deleted: boolean
guildId: string
ok: boolean
uid: string