Status Media Object
class StatusMediaObject(val title: String?, val year: Int?, val ids: SimklApi.Companion.MediaObject.Ids?, val to: String, val watchedAt: String? = getDateTime(unixTime)) : SimklApi.Companion.MediaObject(source)
Constructors
Link copied to clipboard
constructor(title: String?, year: Int?, ids: SimklApi.Companion.MediaObject.Ids?, to: String, watchedAt: String? = getDateTime(unixTime))