Interface StoriesGetPhotoUploadServerParams

interface StoriesGetPhotoUploadServerParams {
    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

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.

reply_to_story?: string

ID of the story to reply with the current.

user_ids?: number | number[]

Generated using TypeDoc