Class GetUserProfilePhotos


public class GetUserProfilePhotos extends AbstractBaseRequest<GetUserProfilePhotos, UserProfilePhotos>
GetUserProfilePhotos class. Returns UserProfilePhotos
Since:
3 March 2025
See Also:
  • Constructor Details

    • GetUserProfilePhotos

      public GetUserProfilePhotos(long user_id, Api api)
      Required
      Parameters:
      user_id - user id
      api - api
  • Method Details

    • offset

      public GetUserProfilePhotos offset(int offset)
      Optional
      Parameters:
      offset - Sequential number of the first photo to be returned. By default, all photos are returned.
      Returns:
      GetUserProfilePhotos
    • limit

      public GetUserProfilePhotos limit(byte limit)
      Optional
      Parameters:
      limit - Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.
      Returns:
      GetUserProfilePhotos