GroupStateUpdate

@Serializable
data class GroupStateUpdate(val state: GroupStateType, val reason: PlaybackRequestType)

Class GroupStateUpdate.

Constructors

Link copied to clipboard
constructor(state: GroupStateType, reason: PlaybackRequestType)

Properties

Link copied to clipboard
@SerialName(value = "Reason")
val reason: PlaybackRequestType

The reason of the state change.

Link copied to clipboard
@SerialName(value = "State")
val state: GroupStateType

The state of the group.