Interface MarketGetAlbumByIdParams

interface MarketGetAlbumByIdParams {
    album_ids?: number | number[];
    owner_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

album_ids?: number | number[]
owner_id: number

identifier of an album owner community, "Note that community id in the 'owner_id' parameter should be negative number. For example 'owner_id'=-1 matches the [vk.com/apiclub|VK API] community "

Generated using TypeDoc