@jellyfin/sdk
    Preparing search index...

    Interface SyncPlayGroupJoinedUpdate

    SyncPlayGroupJoinedUpdate

    interface SyncPlayGroupJoinedUpdate {
        Data?: GroupInfoDto;
        GroupId?: string;
        Type?: GroupUpdateType;
    }
    Index

    Properties

    Properties

    SyncPlayGroupJoinedUpdate

    GroupId?: string

    Gets the group identifier.

    SyncPlayGroupJoinedUpdate

    SyncPlayGroupJoinedUpdate