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

    Interface UserFollowingParams

    Parameters for fetching a user's following list.

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

    Properties

    offset?: number

    Zero-based offset for pagination.

    restrict?: "private" | "public"

    Visibility of the follows to return (default: "public").

    userId: number

    ID of the user whose following list to fetch.