@jellyfin/sdk
    Preparing search index...

    Interface SyncPlayGroupUpdateMessage

    Untyped sync play command.

    SyncPlayGroupUpdateMessage

    interface SyncPlayGroupUpdateMessage {
        Data?: GroupUpdate;
        MessageId?: string;
        MessageType?: SessionMessageType;
    }
    Index

    Properties

    SyncPlayGroupUpdateMessage

    MessageId?: string

    Gets or sets the message id.

    SyncPlayGroupUpdateMessage

    MessageType?: SessionMessageType

    SyncPlayGroupUpdateMessage