ProgressUpdate

@Serializable
data class ProgressUpdate(val userId: Int, val id: Int, val progress: Int, val mediaId: Int)

Constructors

Link copied to clipboard
constructor(userId: Int, id: Int, progress: Int, mediaId: Int)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val userId: Int