Get User Profile Photos Request
data class GetUserProfilePhotosRequest(userId: Int, offset: Int?, limit: Int?)
Content copied to clipboard
Request body for getUserProfilePhotos
Parameters
userId
Unique identifier of the target user
offset
Sequential number of the first photo to be returned. By default, all photos are returned.
limit
Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.
Constructors
GetUserProfilePhotosRequest
Link copied to clipboard
fun GetUserProfilePhotosRequest(userId: Int, offset: Int? = null, limit: Int? = null)
Content copied to clipboard
Unique identifier of the target user
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard