vk-io
    Preparing search index...

    Interface VideoGetAlbumsParams

    interface VideoGetAlbumsParams {
        count?: number;
        extended?: number | boolean;
        need_system?: number | boolean;
        offset?: number;
        owner_id?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    count?: number

    Number of video albums to return.

    extended?: number | boolean

    '1' - to return additional information about album privacy settings for the current user

    need_system?: number | boolean
    offset?: number

    Offset needed to return a specific subset of video albums.

    owner_id?: number

    ID of the user or community that owns the video album(s).