GetUserProfilePhotos constructor

GetUserProfilePhotos(
  1. {required int user_id,
  2. required int offset,
  3. required int limit,
  4. int? extra,
  5. int? clientId}
)

Returns the profile photos of a user. Personal and public photo aren't returned

Returns ChatPhotos

Implementation

GetUserProfilePhotos