GetUserProfilePhotos

data class GetUserProfilePhotos(val userId: UserId, val offset: Int? = null, val limit: Int? = null) : SimpleRequest<UserProfilePhotos>

Constructors

Link copied to clipboard
constructor(userId: UserId, offset: Int? = null, limit: Int? = null)

Properties

Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val offset: Int? = null
Link copied to clipboard
open override val requestSerializer: <Error class: unknown class><out <Error class: unknown class>>
Link copied to clipboard
open override val resultDeserializer: <Error class: unknown class><UserProfilePhotos>
Link copied to clipboard

Functions

Link copied to clipboard
open override fun method(): String