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

    Interface UserDetailParams

    Parameters for fetching a user's detail.

    interface UserDetailParams {
        filter?: "for_ios" | "for_android";
        userId: number;
    }
    Index

    Properties

    Properties

    filter?: "for_ios" | "for_android"

    OS filter to apply (default: "for_ios").

    userId: number

    ID of the user to fetch.