Interface StoriesGetParams

interface StoriesGetParams {
    extended?: number | boolean;
    fields?: BaseUserGroupFields[];
    owner_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

extended?: number | boolean

'1' - to return additional fields for users and communities. Default value is 0.

owner_id?: number

Owner ID.

Generated using TypeDoc