Interface FaveRemoveLinkParams

interface FaveRemoveLinkParams {
    link?: string;
    link_id?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

link?: string

Link URL

link_id?: string

Link ID (can be obtained by [vk.com/dev/faves.getLinks|faves.getLinks] method).

Generated using TypeDoc