vk-io
    Preparing search index...

    Interface StoriesGetVideoUploadServerParams

    interface StoriesGetVideoUploadServerParams {
        add_to_news?: number | boolean;
        clickable_stickers?: string;
        group_id?: number;
        link_text?: StoriesUploadLinkText;
        link_url?: string;
        reply_to_story?: string;
        user_ids?: number | number[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    add_to_news?: number | boolean

    1 - to add the story to friend's feed.

    clickable_stickers?: string
    group_id?: number

    ID of the community to upload the story (should be verified or with the "fire" icon).

    link_url?: string

    Link URL. Internal links on https://vk.com only.

    Optionalreply_to_story

    reply_to_story?: string

    ID of the story to reply with the current.

    user_ids?: number | number[]