Raw.photos.PhotosSlice
Incomplete list of photos with auxiliary data.
photos.photosSlice#15051f54 count:int photos:Vector<Photo> users:Vector<User> = photos.Photos;
export namespace Raw {
export namespace photos {
export class PhotosSlice {
constructor(params: {
count: number;
photos: Array<Raw.TypePhoto>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x15051f54
Property
count
: numberTotal number of photos
photos
: Array of Raw.TypePhotoList of photos
users
: Array of Raw.TypeUserList of mentioned users