Interface StoriesGetByIdParams

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

Indexable

[key: string]: any

Properties

extended?: number | boolean

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

stories?: string | string[]

Generated using TypeDoc