GetUserProfilePhotosReq

final case class GetUserProfilePhotosReq(userId: Long, offset: Option[Int], limit: Option[Int])
Value parameters:
limit

Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.

offset

Sequential number of the first photo to be returned. By default, all photos are returned.

userId

Unique identifier of the target user

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product