Interface: GetGameNewsOptions

January 23, 2026 ยท View on GitHub

steamapi


steamapi / GetGameNewsOptions

Interface: GetGameNewsOptions

Defined in: SteamAPI.ts:115

Properties

count?

optional count: number

Defined in: SteamAPI.ts:123

Number of posts to retrieve (default 20)


endDate?

optional endDate: Date

Defined in: SteamAPI.ts:120

Retrieve posts earlier than this date


feeds?

optional feeds: string[]

Defined in: SteamAPI.ts:126

List of feed names to return news for


maxContentLength?

optional maxContentLength: number

Defined in: SteamAPI.ts:117

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


tags?

optional tags: string[]

Defined in: SteamAPI.ts:129

List of tags to filter by (e.g. 'patchnotes')