Interface StoriesGetRepliesParams

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

Indexable

[key: string]: any

Properties

access_key?: string

Access key for the private object.

extended?: number | boolean

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

owner_id: number

Story owner ID.

story_id: number

Story ID.

Generated using TypeDoc