PhotosGetUserPhotos constructor

const PhotosGetUserPhotos({
  1. required InputUserBase userId,
  2. required int offset,
  3. required int maxId,
  4. required int limit,
})

Photos Get User Photos constructor.

Implementation

const PhotosGetUserPhotos({
  required this.userId,
  required this.offset,
  required this.maxId,
  required this.limit,
}) : super._();