Steam WebAPI Docs - v1.2.2
    Preparing search index...

    Type Alias NewsItem

    type NewsItem = {
        appid: AppId;
        author: string;
        contents: string;
        date: number;
        feed_type: number;
        feedlabel: string;
        feedname: string;
        gid: string;
        is_external_url: boolean;
        title: string;
        url: string;
    }
    Index

    Properties

    appid: AppId

    AppID where the news item belong to.

    author: string

    The author of the news item.

    contents: string

    The article body with a length equal to the given length with an appended ellipsis if it is exceeded.

    date: number

    A unix timestamp of the date the item was posted.

    feed_type: number
    feedlabel: string

    The category label of the news item.

    feedname: string

    An internal tag that describes the source of the news item.

    gid: string

    The unique identifier of the news item.

    is_external_url: boolean

    true if the url given links to an external website. false if it links to the Steam store.

    title: string

    Title of the news item.

    url: string

    Permanent link to the item