Get User Profile Photos
data class GetUserProfilePhotos( val userId: UserId, val offset: Int? = null, val limit: Int? = null) : SimpleRequest<UserProfilePhotos>
Content copied to clipboard
Constructors
Link copied to clipboard
fun GetUserProfilePhotos( userId: UserId, offset: Int? = null, limit: Int? = null)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<UserProfilePhotos>
Content copied to clipboard