@jellyfin/sdk
    Preparing search index...

    Interface SyncPlayGroupUpdateCommandMessage

    Untyped sync play command.

    SyncPlayGroupUpdateCommandMessage

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

    Properties

    SyncPlayGroupUpdateCommandMessage

    MessageId?: string

    Gets or sets the message id.

    SyncPlayGroupUpdateCommandMessage

    MessageType?: SessionMessageType

    SyncPlayGroupUpdateCommandMessage