vk-io
    Preparing search index...

    Interface PhotosPhotoAlbum

    interface PhotosPhotoAlbum {
        created: number;
        description: string;
        id: number;
        owner_id: number;
        size: number;
        title: string;
        updated: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    created: number

    Date when the album has been created in Unixtime

    description: string

    Photo album description

    id: number

    Photo album ID

    owner_id: number

    Album owner's ID

    size: number

    Photos number

    title: string

    Photo album title

    updated: number

    Date when the album has been updated last time in Unixtime