Interface: GetGameNewsOptions
January 23, 2026 ยท View on GitHub
steamapi / GetGameNewsOptions
Interface: GetGameNewsOptions
Defined in: SteamAPI.ts:115
Properties
count?
optionalcount:number
Defined in: SteamAPI.ts:123
Number of posts to retrieve (default 20)
endDate?
optionalendDate:Date
Defined in: SteamAPI.ts:120
Retrieve posts earlier than this date
feeds?
optionalfeeds:string[]
Defined in: SteamAPI.ts:126
List of feed names to return news for
maxContentLength?
optionalmaxContentLength: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?
optionaltags:string[]
Defined in: SteamAPI.ts:129
List of tags to filter by (e.g. 'patchnotes')