@jellyfin/sdk
    Preparing search index...

    Interface PlaystateMessage

    Playstate message.

    PlaystateMessage

    interface PlaystateMessage {
        Data?: PlaystateRequest;
        MessageId?: string;
        MessageType?: SessionMessageType;
    }
    Index

    Properties

    PlaystateMessage

    MessageId?: string

    Gets or sets the message id.

    PlaystateMessage

    MessageType?: SessionMessageType

    PlaystateMessage