GetUserProfilePhotos

@Serializable
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)

Functions

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

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: SerializationStrategy<*>
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<UserProfilePhotos>
Link copied to clipboard