LibraryChangedMessage

@Serializable
@SerialName(value = "LibraryChanged")
data class LibraryChangedMessage(val data: LibraryUpdateInfo? = null, val messageId: UUID) : OutboundWebSocketMessage

Library changed message.

Constructors

Link copied to clipboard
constructor(data: LibraryUpdateInfo? = null, messageId: UUID)

Properties

Link copied to clipboard
@SerialName(value = "Data")
val data: LibraryUpdateInfo?

Class LibraryUpdateInfo.

Link copied to clipboard
@SerialName(value = "MessageId")
open override val messageId: UUID

The message id.

Link copied to clipboard
open override val messageType: SessionMessageType

The different kinds of messages that are used in the WebSocket api.