PlaystateRequest

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

Properties

Link copied to clipboard
@SerialName(value = "Command")
val command: PlaystateCommand

Enum PlaystateCommand.

Link copied to clipboard
@SerialName(value = "ControllingUserId")
val controllingUserId: String?

The controlling user identifier.

Link copied to clipboard
@SerialName(value = "SeekPositionTicks")
val seekPositionTicks: Long?