vk-io
    Preparing search index...

    Interface StoriesDeleteParams

    interface StoriesDeleteParams {
        owner_id?: number;
        stories?: string | string[];
        story_id?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    owner_id?: number

    Story owner's ID. Current user id is used by default.

    stories?: string | string[]

    Optionalstory_id

    story_id?: number

    Story ID.