GetUserProfilePhotos constructor

GetUserProfilePhotos({
  1. String? extra,
  2. int? client_id,
  3. int53? user_id,
  4. int32? offset,
  5. int32? limit,
})

Implementation

GetUserProfilePhotos({
  super.extra,
  super.client_id,
  this.user_id,
  this.offset,
  this.limit,
});