vk-io
    Preparing search index...

    Interface VideoDeleteAlbumParams

    interface VideoDeleteAlbumParams {
        album_id: number;
        group_id?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    album_id: number

    Album ID.

    group_id?: number

    Community ID (if the album is owned by a community).