GetUserProfilePhotos constructor
Returns the profile photos of a user. Personal and public photo aren't returned
Implementation
const GetUserProfilePhotos({
  required this.userId,
  required this.offset,
  required this.limit,
});Returns the profile photos of a user. Personal and public photo aren't returned
const GetUserProfilePhotos({
  required this.userId,
  required this.offset,
  required this.limit,
});