interface TrackedGame {
    atlOnly?: boolean;
    channelId?: null | string;
    dbId?: string;
    itemId?: null | string;
    kinds?: GameKind[];
    minDiscountPercent?: null | number;
    pingRoleId?: null | string;
    steamAppId: null | number;
    title: null | string;
}

Properties

atlOnly?: boolean
channelId?: null | string
dbId?: string
itemId?: null | string
kinds?: GameKind[]

Scope this tracked game to specific notification kinds. Empty/omitted = all kinds.

minDiscountPercent?: null | number
pingRoleId?: null | string
steamAppId: null | number
title: null | string