Class GroupUpdate.

PlayQueueUpdateGroupUpdate

interface PlayQueueUpdateGroupUpdate {
    Data?: PlayQueueUpdate;
    GroupId?: string;
    Type?: GroupUpdateType;
}

Properties

Properties

PlayQueueUpdateGroupUpdate

GroupId?: string

Gets the group identifier.

PlayQueueUpdateGroupUpdate

PlayQueueUpdateGroupUpdate