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

    Type Alias NewsForAppParams

    type NewsForAppParams = {
        count?: number;
        enddate?: number;
        feeds?: string;
        maxlength?: number;
    }
    Index

    Properties

    count?: number

    (Optional) Number of posts to retrieve (default 20).

    enddate?: number

    (Optional) Retrieve posts earlier than this date (unix epoch timestamp).

    feeds?: string

    (Optional) Comma-separated list of feed names to return news for.

    maxlength?: number

    Maximum length for the content to return, if this is 0 the full content is returned, if it's less then a blurb is generated to fit.