toggle menu
Anitraklib
0.1.10-alpha
common
switch theme
search in API
Anitraklib
/
io.github.vincentvibe3.anitraklib.anilist.serialization
/
ProgressUpdateResult
/
ProgressUpdate
Progress
Update
@
Serializable
data
class
ProgressUpdate
(
val
userId
:
Int
,
val
id
:
Int
,
val
progress
:
Int
,
val
mediaId
:
Int
)
Members
Constructors
Progress
Update
Link copied to clipboard
constructor
(
userId
:
Int
,
id
:
Int
,
progress
:
Int
,
mediaId
:
Int
)
Properties
id
Link copied to clipboard
val
id
:
Int
media
Id
Link copied to clipboard
val
mediaId
:
Int
progress
Link copied to clipboard
val
progress
:
Int
user
Id
Link copied to clipboard
val
userId
:
Int