@jellyfin/sdk
    Preparing search index...

    Interface PlaystateMessage

    Playstate message.

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

    Properties

    MessageId?: string

    Gets or sets the message id.

    MessageType?: SessionMessageType