Interface VideoVideoAlbumFull1

interface VideoVideoAlbumFull1 {
    can_delete: BaseBoolInt;
    can_edit: BaseBoolInt;
    can_upload: BaseBoolInt;
    count: number;
    image: VideoVideoImage[];
    image_blur: 1;
    is_system: 1;
    updated_time: number;
}

Properties

can_delete: BaseBoolInt
can_edit: BaseBoolInt
can_upload: BaseBoolInt
count: number

Total number of videos in album

image_blur: 1
is_system: 1
updated_time: number

Date when the album has been updated last time in Unixtime

Generated using TypeDoc