@jellyfin/sdk
    Preparing search index...

    Variable GroupUpdateTypeConst

    GroupUpdateType: {
        GroupDoesNotExist: "GroupDoesNotExist";
        GroupJoined: "GroupJoined";
        GroupLeft: "GroupLeft";
        LibraryAccessDenied: "LibraryAccessDenied";
        NotInGroup: "NotInGroup";
        PlayQueue: "PlayQueue";
        StateUpdate: "StateUpdate";
        UserJoined: "UserJoined";
        UserLeft: "UserLeft";
    } = ...

    Enum GroupUpdateType.

    Type Declaration

    • ReadonlyGroupDoesNotExist: "GroupDoesNotExist"
    • ReadonlyGroupJoined: "GroupJoined"
    • ReadonlyGroupLeft: "GroupLeft"
    • ReadonlyLibraryAccessDenied: "LibraryAccessDenied"
    • ReadonlyNotInGroup: "NotInGroup"
    • ReadonlyPlayQueue: "PlayQueue"
    • ReadonlyStateUpdate: "StateUpdate"
    • ReadonlyUserJoined: "UserJoined"
    • ReadonlyUserLeft: "UserLeft"