Skip to main content
Latest
class GetCSList
extends ISteamDirectoryRequest
import { GetCSList } from "https://deno.land/x/steam_trader@v0.4.0/src/steam_api/requests/ISteamDirectory.ts";

Constructors

new
GetCSList(options: { cellid: number | string; maxcount?: number; })

Properties

functionName: string
method
version: string

Methods

postProcess(res: { response: Record<string, any>; }): GetCSListResult