Interface UserProfilePhotos

This object represent a user's profile pictures.

interface UserProfilePhotos {
    photos: PhotoSize[][];
    total_count: number;
}

Properties

Properties

photos: PhotoSize[][]

Requested profile pictures (in up to 4 sizes each)

total_count: number

Total number of profile pictures the target user has