interface ChangelogEntry {
    appid: number;
    author: null | string;
    contentsPreview: string;
    feedLabel: string;
    gameTitle: null | string;
    id: string;
    kind: "patch" | "announcement";
    publishedAt: string;
    title: string;
    url: string;
}

Properties

appid: number
author: null | string
contentsPreview: string

Discord-ready markdown, ≤1500 chars

feedLabel: string
gameTitle: null | string
id: string
kind: "patch" | "announcement"
publishedAt: string
title: string
url: string