UserProfilePhotos
class UserProfilePhotos
This object represent a user's profile pictures.
Methods
__construct(int $total_count, PhotoSize[][] $photos)
No description
int
getTotalCount()
Total number of profile pictures the target user has.
array
getPhotos()
Requested profile pictures (in up to 4 sizes each).
Details
at line 14
__construct(int $total_count, PhotoSize[][] $photos)
No description
at line 23
int
getTotalCount()
Total number of profile pictures the target user has.
at line 33
array
getPhotos()
Requested profile pictures (in up to 4 sizes each).