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

    Interface UserFollowAddParams

    Parameters for following a user.

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

    Properties

    Properties

    restrict?: "private" | "public"

    Visibility of the follow (default: "public").

    userId: number

    ID of the user to follow.