@book000/pixivts - v0.63.0
    Preparing search index...

    Interface UserBookmarkTagsIllustParams

    Parameters for fetching a user's illust bookmark tags.

    interface UserBookmarkTagsIllustParams {
        offset?: number;
        restrict?: "private" | "public";
        userId: number;
    }
    Index
    offset?: number

    Zero-based offset for pagination.

    restrict?: "private" | "public"

    Visibility of the bookmarks to aggregate tags from (default: "public").

    userId: number

    ID of the user whose bookmark tags to fetch.