Interface StoriesHideReplyParams

interface StoriesHideReplyParams {
    owner_id: number;
    story_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

owner_id: number

ID of the user whose replies should be hidden.

story_id: number

Story ID.

Generated using TypeDoc