PlaystateRequest
data class PlaystateRequest(val command: PlaystateCommand, val seekPositionTicks: Long? = null, val controllingUserId: String? = null)
Constructors
Link copied to clipboard
constructor(command: PlaystateCommand, seekPositionTicks: Long? = null, controllingUserId: String? = null)